Port --without-x --enable-gcc-warnings to Fedora 19.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 Sep 2013 00:20:56 +0000 (17:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 Sep 2013 00:20:56 +0000 (17:20 -0700)
commit4b73fc7347e15f329a9a866f90e4241e064ec66d
tree18db2fdc91a6ae00f11cee6da51a5714fa6f78c4
parent67982e2b74ad72987459a6995f34161053a1dbfb
Port --without-x --enable-gcc-warnings to Fedora 19.

* configure.ac (WERROR_CFLAGS): Omit redundant use of
-Wmissing-field-initializers, -Wswitch, -Wtype-limits,
-Wunused-parameter.  If there is no window system, also omit
-Wsuggest-attribute=const and -Wsuggest-attribute=noreturn; this
is needed for Fedora 19.
* src/gfilenotify.c (globals_of_gfilenotify):
Call g_type_init only if using an older glib version that needs it.
ChangeLog
configure.ac
src/ChangeLog
src/gfilenotify.c