Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
Removes -Werror from CWARN to fix Darwin compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyt committed Jul 7, 2015
1 parent ee4bac7 commit 0205747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/parser/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ else
$(error UNKNOWN OS: $(OS))
endif

CCWARN := -Wchar-subscripts -Wcomment -Werror -Wmissing-braces -Wmultichar -Wno-aggregate-return -Wno-unused-function -Wparentheses -Wreturn-type -Wshadow -Wsign-compare -Wsign-promo -Wswitch -Wsystem-headers -Wtrigraphs -Wtrigraphs -Wunused-label -Wunused-value -Wunused-variable -Wwrite-strings $(OSCCWARN)
CCWARN := -Wchar-subscripts -Wcomment -Wmissing-braces -Wmultichar -Wno-aggregate-return -Wno-unused-function -Wparentheses -Wreturn-type -Wshadow -Wsign-compare -Wsign-promo -Wswitch -Wsystem-headers -Wtrigraphs -Wtrigraphs -Wunused-label -Wunused-value -Wunused-variable -Wwrite-strings $(OSCCWARN)
CCDEF := -DFLG_FAST=1 -DNOT_JAVA_VM -D_GNU_SOURCE -D_REENTRANT
CCINC := -I$(GEMSTONE)/include $(ICU_INCL) -I. $(OSCCINC)
CFLAGS := $(CCDEF) $(CCINC) $(CCWARN) -fPIC -fcheck-new -fmessage-length=0 -fno-exceptions -fno-strict-aliasing $(COPTIMIZE_FLAGS) -m64 -pipe -pthread -x c++
Expand Down

0 comments on commit 0205747

Please sign in to comment.