The current version of SC generates warnings for unused parameters just
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 28 Dec 2002 22:17:51 +0000 (22:17 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 28 Dec 2002 22:17:51 +0000 (22:17 +0000)
like MrC.  Turn them off, since they're clearly silly.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2370 cda61777-01e9-0310-a592-d414129be87e

mkfiles.pl

index af99f1b..faf4b1c 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