iverilog/driver
Martin Whitaker 02daffc97e Add option to only warn about macro redefinitions that change the text.
A common use case (prior to the introduction of localparam) was to
use macros to define constant values, and to put global constant
values in an include file that gets included by each source file.
This will generate a lot of spurious warnings if we warn about all
redefinitions. Make this new option the default for -Wall.
2017-11-08 19:50:42 +00:00
..
Makefile.in Rearrange compiler warning flags 2014-07-09 09:04:17 -07:00
cflexor.lex Allow library files to be specified on the iverilog command line. 2016-10-02 18:57:32 +01:00
cfparse.y Remove missing parameter warnings 2014-07-09 14:16:57 -07:00
cfparse_misc.h Update header files to use a more standard name to prevent rereading 2014-07-23 13:42:56 -07:00
globals.h Update header files to use a more standard name to prevent rereading 2014-07-23 13:42:56 -07:00
iverilog.man.in Add option to only warn about macro redefinitions that change the text. 2017-11-08 19:50:42 +00:00
main.c Add option to only warn about macro redefinitions that change the text. 2017-11-08 19:50:42 +00:00
substit.c Easy changes for -Wmissing-prototypes 2014-07-10 14:07:30 -07:00