commit | e8e1946edf6ba87ef53832cdceccc39d7f0c3f26 | [log] [tgz] |
---|---|---|
author | paul <paul> | Thu Jan 19 20:16:55 2006 +0000 |
committer | paul <paul> | Thu Jan 19 20:16:55 2006 +0000 |
tree | fcdaf92bf4129a8a58825bd21ae841a6b3b2bda8 | |
parent | 779adb0147cfff1a831b08853976342ad2110fcd [diff] |
[compiler] miscellaneous trivial compiler warning fixes 2006-01-19 Paul Jakma <paul.jakma@sun.com> * (general) various miscellaneous compiler warning fixes. Remove redundant break statements from switch clauses which return. return from main, not exit, cause it annoys SOS. Remove stray semi-colons which cause empty-statement warnings. * zebra/main.c: (sighup) remove private declaration of external function.