use -Wmissing-prototypes to help find dead code
authorDan Winship <danw@gnome.org>
Fri, 29 Feb 2008 16:51:58 +0000 (11:51 -0500)
committerDan Winship <danw@gnome.org>
Fri, 29 Feb 2008 16:51:58 +0000 (11:51 -0500)
commit5f5c2b337d2638427dbf0b04eac2e119071810c0
tree0d8164882172c16e4b93735da6ee910d19cf3e67
parent00ed8c3226467fbf9128f7e9b81bb04a1f5dfeb2
use -Wmissing-prototypes to help find dead code

(by forcing us to declare functions static, allowing gcc to tell us
"warning: foo defined by not used")
Makefile
util.c