From e9360a7c0d5cfe092e7a7680b72c1edcee43191d Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 10 Feb 1998 11:07:58 -0500 Subject: [svn-r237] I am checking in changes made by Robb. Turn off another two tedious warnings. # -woff 1209 about constant expressions # -woff 1196 about __vfork() being implicitly declared, config prob. --- config/irix64 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/irix64 b/config/irix64 index 4753d86..0d6d58f 100644 --- a/config/irix64 +++ b/config/irix64 @@ -39,8 +39,10 @@ CC="cc -ansi -64" # -woff 1174 about function declared but not used # -woff 1429 about long long type non-standard -warn="-fullwarn -woff 1174,1429" -#warn="-woff 1174,1429" +# -woff 1209 about constant expressions +# -woff 1196 about __vfork() being implicitly declared, config prob. +warn="-fullwarn -woff 1174,1429,1209,1196" +#warn="-woff 1174,1429,1209,1196" profile="-pg" -- cgit v0.12