]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
The current version of SC generates warnings for unused parameters just
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 28 Dec 2002 22:17:51 +0000 (22:17 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 28 Dec 2002 22:17:51 +0000 (22:17 +0000)
like MrC.  Turn them off, since they're clearly silly.

[originally from svn r2370]

mkfiles.pl

index af99f1bf55353b0e374a87de7f99ff664ae1a674..faf4b1cea8ed803c1eef66abf29db625cc41ad3c 100755 (executable)
@@ -588,10 +588,10 @@ END
 print $_;
 print <<END;
 
-COptions     = -i : -i ::
+# -w 53 disables "unused parameter" warnings
+COptions     = -i : -i :: -w 35
 COptions_68K = {COptions} -proto strict -model far
-# disable "unused parameter" warnings
-COptions_PPC = {COptions} -w 35
+COptions_PPC = {COptions}
 ILinkOptions = -t 'APPL' -c 'pTTY' -br 68k -model far
 
 Libs_68K =      "{CLibraries}StdCLib.o" \xb6