Removed the -Wno-format compiler switch. We do want to get printf

format mismatch warnings.
This commit is contained in:
wtc 1998-04-13 21:44:55 +00:00
Родитель 6068e6d056
Коммит 2b38842e8d
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -56,8 +56,8 @@ IMPL_STRATEGY =
endif
ifdef NS_USE_GCC
CC = gcc -Wall -Wno-format
CCC = g++ -Wall -Wno-format
CC = gcc -Wall
CCC = g++ -Wall
#
# XXX
# Temporary define for the Client; to be removed when binary release is used