Fix many more comiler warnings

Most warnings were harmless, some real bugs. Test set should now compile
cleanly with ack, gcc, and clang.
This commit is contained in:
Thomas Veerman
2011-11-28 10:07:55 +00:00
parent b4fb061802
commit 92b61c816d
53 changed files with 120 additions and 125 deletions
+2
View File
@@ -53,6 +53,8 @@ int main(int argc, char *argv[])
if (m & 0004) test38c();
}
quit();
return(-1); /* Unreachable */
}
void test38a()