make/bsd/makefiles/adlc.make
Index
Unified diffs
Context diffs
Sdiffs
Patch
New
Old
Previous File
Next File
*** old/make/bsd/makefiles/adlc.make Tue Jun 4 10:02:09 2013
--- new/make/bsd/makefiles/adlc.make Tue Jun 4 10:02:09 2013
*** 67,77 ****
--- 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
! 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