aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-09-06 17:20:56 -0700
committerPaul Eggert2013-09-06 17:20:56 -0700
commit4b73fc7347e15f329a9a866f90e4241e064ec66d (patch)
tree18db2fdc91a6ae00f11cee6da51a5714fa6f78c4 /ChangeLog
parent67982e2b74ad72987459a6995f34161053a1dbfb (diff)
downloademacs-4b73fc7347e15f329a9a866f90e4241e064ec66d.tar.gz
emacs-4b73fc7347e15f329a9a866f90e4241e064ec66d.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09cfb9783cc..560f60a1819 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
12013-09-07 Paul Eggert <eggert@cs.ucla.edu>
2
3 Port --without-x --enable-gcc-warnings to Fedora 19.
4 * configure.ac (WERROR_CFLAGS): Omit redundant use of
5 -Wmissing-field-initializers, -Wswitch, -Wtype-limits,
6 -Wunused-parameter. If there is no window system, also omit
7 -Wsuggest-attribute=const and -Wsuggest-attribute=noreturn; this
8 is needed for Fedora 19.
9
12013-09-05 Dmitry Antipov <dmantipov@yandex.ru> 102013-09-05 Dmitry Antipov <dmantipov@yandex.ru>
2 11
3 Make --without-x compatible with --enable-gcc-warnings. 12 Make --without-x compatible with --enable-gcc-warnings.