build: disable Wstrict-prototypes
commit22bc9a46bda8f5f88626d3fb578f5d55953c9743
authorAnthony Liguori <aliguori@us.ibm.com>
Wed, 20 Feb 2013 13:43:18 +0000 (20 07:43 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 21 Feb 2013 22:34:48 +0000 (21 16:34 -0600)
tree2cae01a9d7c448f46a4c4349ee3c1f26a62a0af2
parent00e2ceae6c55bef40f5128a3e606f5c44351e0f9
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 <aliguori@us.ibm.com>
Message-id: 1361367806-4599-2-git-send-email-aliguori@us.ibm.com
configure