X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/05920a43fc18e696b464387e781e7cfdcea5b5af..271e61eb60721546bf373531852a88f14b840d12:/src/ChangeLog diff --git a/src/ChangeLog b/src/ChangeLog index 18a3d4545e..5abf92bc4e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2012-04-09 Paul Eggert + + configure: new option --enable-gcc-warnings (Bug#11207) + * Makefile.in (C_WARNINGS_SWITCH): Remove. + (WARN_CFLAGS, WERROR_CFLAGS): New macros. + (ALL_CFLAGS): Use new macros rather than old. + * process.c: Ignore -Wstrict-overflow to work around GCC bug 52904. + * regex.c: Ignore -Wstrict-overflow. If !emacs, also ignore + -Wunused-but-set-variable, -Wunused-function, -Wunused-macros, + -Wunused-result, -Wunused-variable. This should go away once + the Emacs and Gnulib regex code is merged. + (xmalloc, xrealloc): Now static. + 2012-04-09 Glenn Morris * doc.c (Fsnarf_documentation): Check variables, functions are bound,