From: Adi Masputra Date: Sat, 15 Apr 2000 01:30:53 +0000 (+0000) Subject: Removed '-w' cc flag, since it practically disables all warnings. This X-Git-Tag: ppp-2.4.7~546 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=bf7761403380d0dde4c746806ba625538bdba9bc;ds=sidebyside Removed '-w' cc flag, since it practically disables all warnings. This may not be good for future development. Plus, warnings should be fixed instead of ignored. --- diff --git a/svr4/Makedefs b/svr4/Makedefs index 4cfda0d..81db8ab 100644 --- a/svr4/Makedefs +++ b/svr4/Makedefs @@ -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.