summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc <devnull@localhost>1998-04-13 21:44:55 +0000
committerwtc <devnull@localhost>1998-04-13 21:44:55 +0000
commitfd5d00418257cc5df53110226a91d08398b04f41 (patch)
tree4f1754277136f7a73e3c1d63af84617aa45d69e0
parent45523ce36e144afb2d6448f79f8a47072872a9fe (diff)
downloadnspr-hg-fd5d00418257cc5df53110226a91d08398b04f41.tar.gz
Removed the -Wno-format compiler switch. We do want to get printf
format mismatch warnings.
-rw-r--r--config/SunOS5.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/SunOS5.mk b/config/SunOS5.mk
index 5cf9520a..7e644116 100644
--- a/config/SunOS5.mk
+++ b/config/SunOS5.mk
@@ -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