make/linux/makefiles/adlc.make
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/make/linux/makefiles/adlc.make	Tue Jun  4 10:03:19 2013
--- new/make/linux/makefiles/adlc.make	Tue Jun  4 10:03:18 2013

*** 66,76 **** --- 66,76 ---- # Force assertions on. CXXFLAGS += -DASSERT # CFLAGS_WARN holds compiler options to suppress/enable warnings. # Compiler warnings are treated as errors ! CFLAGS_WARN = -Werror ! CFLAGS_WARN = $(WARNINGS_ARE_ERRORS) CFLAGS += $(CFLAGS_WARN) OBJECTNAMES = \ adlparse.o \ archDesc.o \

make/linux/makefiles/adlc.make
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File