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

make/bsd/makefiles/adlc.make

Print this page

        

*** 67,77 **** CXXFLAGS += -DASSERT # CFLAGS_WARN holds compiler options to suppress/enable warnings. # Compiler warnings are treated as errors ifneq ($(COMPILER_WARNINGS_FATAL),false) ! CFLAGS_WARN = -Werror endif CFLAGS += $(CFLAGS_WARN) OBJECTNAMES = \ adlparse.o \ --- 67,77 ---- CXXFLAGS += -DASSERT # CFLAGS_WARN holds compiler options to suppress/enable warnings. # Compiler warnings are treated as errors ifneq ($(COMPILER_WARNINGS_FATAL),false) ! CFLAGS_WARN = $(WARNINGS_ARE_ERRORS) endif CFLAGS += $(CFLAGS_WARN) OBJECTNAMES = \ adlparse.o \
make/bsd/makefiles/adlc.make
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File