]> git.ozlabs.org Git - ppp.git/blobdiff - svr4/Makedefs
Removed '-w' cc flag, since it practically disables all warnings. This
[ppp.git] / svr4 / Makedefs
index 4cfda0dda32c634d049934fcbf6cb893b0c3a0c6..81db8ab2e83cbb561599bc1e6dd7310173901e30 100644 (file)
@@ -8,7 +8,7 @@ BINDIR = /usr/local/bin
 MANDIR = /usr/local/man
 ETCDIR = /etc/ppp
 
-COPTS = -O -Xa -w
+COPTS = -O -Xa
 
 # For compiling with gcc, comment out the COPTS definition above and
 # uncomment the next 2 definitions.