add -Wmissing-format-attribute to CFLAGS.
2008-10-19 Michael Natterer <mitch@gimp.org> * configure.in: add -Wmissing-format-attribute to CFLAGS. * plug-ins/imagemap/imap_main.c * plug-ins/imagemap/imap_object.h * plug-ins/imagemap/imap_source.c * plug-ins/imagemap/imap_statusbar.h: add G_GNUC_PRINTF(). svn path=/trunk/; revision=27316
This commit is contained in:
committed by
Michael Natterer
parent
fc4081ba21
commit
099bc23234
@ -841,6 +841,10 @@ save_as_ncsa(gpointer param, OutputFunc_t output)
|
||||
object_list_write_ncsa(_shapes, param, output);
|
||||
}
|
||||
|
||||
static void save_to_file (gpointer param,
|
||||
const char *format,
|
||||
...) G_GNUC_PRINTF(2,3);
|
||||
|
||||
static void
|
||||
save_to_file(gpointer param, const char* format, ...)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user