This commit is contained in:
briano%netscape.com 1999-05-06 00:14:39 +00:00
Родитель 86f1c1e891
Коммит 4954c04b98
1 изменённых файлов: 2 добавлений и 2 удалений

4
configure поставляемый
Просмотреть файл

@ -2536,7 +2536,7 @@ if test "$GNU_CC"; then
# be a little bit stricter # be a little bit stricter
# -pipe - speeds up the build a little by using pipes rather than # -pipe - speeds up the build a little by using pipes rather than
# temp files # temp files
_WARNINGS_CFLAGS="${_WARNINGS_CFLAGS} -Wall -W -Wconversion -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align" _WARNINGS_CFLAGS="${_WARNINGS_CFLAGS} -Wall -Wconversion -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align"
_DEFINES_CFLAGS='-include $(DEPTH)/config-defs.h' _DEFINES_CFLAGS='-include $(DEPTH)/config-defs.h'
_USE_CPP_INCLUDE_FLAG=1 _USE_CPP_INCLUDE_FLAG=1
@ -2550,7 +2550,7 @@ fi
if test "$GNU_CXX"; then if test "$GNU_CXX"; then
# Turn on GNU specific features # Turn on GNU specific features
_WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} -Wall -W -Wconversion -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Woverloaded-virtual -Wsynth -pipe" _WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} -Wall -Wconversion -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Woverloaded-virtual -Wsynth -pipe"
_DEFINES_CXXFLAGS='-include $(DEPTH)/config-defs.h' _DEFINES_CXXFLAGS='-include $(DEPTH)/config-defs.h'
_USE_CPP_INCLUDE_FLAG=1 _USE_CPP_INCLUDE_FLAG=1