Fix typo in CASEWITHX

This commit is contained in:
Wilson Snyder 2008-07-23 08:58:48 -04:00
parent 34e8de56bc
commit d499161446
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ indicates the contributor was also the author of the fix; Thanks!
** Add --autoflush, for flushing streams after $display. [Steve Tong]
** Add CASEZWITHX lint warning and if disabled fix handling of casez with Xs.
** Add CASEWITHX lint warning and if disabled fix handling of casez with Xs.
*** Add $feof, $fgetc, $fgets, $fflush, $fscanf, $sscanf. [Holger Waechtler]

View File

@ -572,7 +572,7 @@ Disable the specified warning message.
=item -Wno-lint
Disable all lint related warning messages. This is equivelent to
"-Wno-CASEINCOMPLETE -Wno-CASEOVERLAP -Wno-CASEX -Wno-CASEZWITHX
"-Wno-CASEINCOMPLETE -Wno-CASEOVERLAP -Wno-CASEX -Wno-CASEWITHX
-Wno-CMPCONST -Wno-IMPLICIT -Wno-UNDRIVEN -Wno-UNSIGNED -Wno-UNUSED
-Wno-VARHIDDEN -Wno-WIDTH".