19 Dec
2010
19 Dec
'10
10:53 a.m.
On Sun, Dec 19, 2010 at 2:31 AM, Allan McRae <allan@archlinux.org> wrote:
be_local.c:70:13: warning: no previous prototype for '_cache_get_filename' [-Wmissing-prototypes]
-Wmissing-prototypes aims to detect global functions that fail to be declared in header files. Given we probably do not want to declare those in a header file and they are restricted to that one translation unit, I figured they should all be declared static...
Just a side note: once you have gotten pacman fully compliant against a gcc option like this one, maybe it could be added to the Makefile so that we could spot all these small problems during dev ?