diff options
| author | Paul Eggert | 2013-09-06 17:20:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-09-06 17:20:56 -0700 |
| commit | 4b73fc7347e15f329a9a866f90e4241e064ec66d (patch) | |
| tree | 18db2fdc91a6ae00f11cee6da51a5714fa6f78c4 /ChangeLog | |
| parent | 67982e2b74ad72987459a6995f34161053a1dbfb (diff) | |
| download | emacs-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -1,3 +1,12 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-09-05 Dmitry Antipov <dmantipov@yandex.ru> | 10 | 2013-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. |