]> git.ozlabs.org Git - ppp.git/commitdiff
Removed '-w' cc flag, since it practically disables all warnings. This
authorAdi Masputra <adi.masputra@sun.com>
Sat, 15 Apr 2000 01:30:53 +0000 (01:30 +0000)
committerAdi Masputra <adi.masputra@sun.com>
Sat, 15 Apr 2000 01:30:53 +0000 (01:30 +0000)
may not be good for future development. Plus, warnings should be fixed
instead of ignored.

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.