turn off effective C++ warnings

This commit is contained in:
Jeff Hill
2000-09-26 21:22:09 +00:00
parent 047c69e388
commit b9e04b7cfe

View File

@@ -112,7 +112,8 @@ G++ = $(GNU_BIN)/$(CMPLR_PREFIX)cc$(CMPLR_SUFFIX)
G++_CONFORM_CFLAGS_NORMAL = -ansi -pedantic
G++_CONFORM_CFLAGS_STRICT = -ansi -pedantic
G++_WARN_YES = -Wall -Weffc++
#G++_WARN_YES = -Wall -Weffc++
G++_WARN_YES = -Wall
G++_WARN_NO = -w
G++_OPT_YES = -g -O3
G++_OPT_NO = -g