Changeset: 40f810215153 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=40f810215153 Modified Files: sql/server/Makefile.ag Branch: Jul2017 Log Message:
Not all compilers grok -Wno-unreachable-code. diffs (12 lines): diff --git a/sql/server/Makefile.ag b/sql/server/Makefile.ag --- a/sql/server/Makefile.ag +++ b/sql/server/Makefile.ag @@ -16,7 +16,7 @@ INCLUDES = ../include ../common ../stora ../../gdk AM_YFLAGS = -d -p sql -r all -sql_parser.tab_CFLAGS = -Wno-unreachable-code +sql_parser.tab_CFLAGS = `case "$(CFLAGS)" in *unreachable-code*) echo ' -Wno-unreachable-code';; esac` lib_sqlserver = { NOINST _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list