diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-04-05 12:47:20 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-04-05 12:47:20 -0700 |
commit | 7514b24b6a512d85b762c603e9e0107d2c8a52f1 (patch) | |
tree | d945440762549d2589a3f5e448276479edc0732f | |
parent | ba0a6e9f280968994fd7fc5a1425dec46a5b4e71 (diff) |
; Minor ChangeLog fix
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ 2015-04-03 Paul Eggert <eggert@cs.ucla.edu> Port 'configure' to clang 3.5 - * configure.ac: Add -Wno-unknown-attributes if clang; otherwise - clang 3.5.0 (Fedora 21 x86-64) complains + * configure.ac: Add -Wno-unknown-attributes if clang; + otherwise clang 3.5.0 (Fedora 21 x86-64) complains "/usr/include/glib-2.0/glib/gmem.h: ... warning: unknown attribute '__alloc_size__' ignored". Use -Werror when checking for -nopie; otherwise clang warns about -nopie instead of failing, and then |