diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,8 +1,8 @@ | |||
| 1 | 2015-04-03 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2015-04-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Port 'configure' to clang 3.5 | 3 | Port 'configure' to clang 3.5 |
| 4 | * configure.ac: Add -Wno-unknown-attributes if clang; otherwise | 4 | * configure.ac: Add -Wno-unknown-attributes if clang; |
| 5 | clang 3.5.0 (Fedora 21 x86-64) complains | 5 | otherwise clang 3.5.0 (Fedora 21 x86-64) complains |
| 6 | "/usr/include/glib-2.0/glib/gmem.h: ... warning: unknown attribute | 6 | "/usr/include/glib-2.0/glib/gmem.h: ... warning: unknown attribute |
| 7 | '__alloc_size__' ignored". Use -Werror when checking for -nopie; | 7 | '__alloc_size__' ignored". Use -Werror when checking for -nopie; |
| 8 | otherwise clang warns about -nopie instead of failing, and then | 8 | otherwise clang warns about -nopie instead of failing, and then |