make/bsd/makefiles/adlc.make

changeset 3202
436b4a3231bf
parent 3156
f08d439fab8c
child 3390
65149e74c706
     1.1 --- a/make/bsd/makefiles/adlc.make	Mon Oct 10 21:01:36 2011 -0400
     1.2 +++ b/make/bsd/makefiles/adlc.make	Thu Oct 13 09:35:42 2011 -0700
     1.3 @@ -61,7 +61,9 @@
     1.4  
     1.5  # CFLAGS_WARN holds compiler options to suppress/enable warnings.
     1.6  # Compiler warnings are treated as errors
     1.7 -CFLAGS_WARN = -Werror
     1.8 +ifneq ($(COMPILER_WARNINGS_FATAL),false)
     1.9 +  CFLAGS_WARN = -Werror
    1.10 +endif
    1.11  CFLAGS += $(CFLAGS_WARN)
    1.12  
    1.13  OBJECTNAMES = \

mercurial