« Previous | Next » 

Revision 22bc9a46

ID22bc9a46bda8f5f88626d3fb578f5d55953c9743

Added by Anthony Liguori about 11 years ago

build: disable Wstrict-prototypes

GTK won't build with strict-prototypes due to gtkitemfactory.h:

/* We use () here to mean unspecified arguments. This is deprecated
 * as of C99, but we can't change it without breaking compatibility.
 * (Note that if we are included from a C++ program () will mean
 * (void) so an explicit cast will be needed.)
*/
typedef void (*GtkItemFactoryCallback) ();

Signed-off-by: Anthony Liguori <>
Message-id:

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences