diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-06-13 22:09:59 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-06-13 22:24:38 +0200 |
commit | c2528fef3b05bcffb1ac27c6c09cc3ff24b7f03f (patch) | |
tree | 9e296ef903992b729d017359d4b914a6086c0ee3 /ChangeLog | |
parent | f8bf87face3304f216bcd838081fa33bb4976ac6 (diff) | |
download | glibc-c2528fef3b05bcffb1ac27c6c09cc3ff24b7f03f.tar.gz glibc-c2528fef3b05bcffb1ac27c6c09cc3ff24b7f03f.tar.xz glibc-c2528fef3b05bcffb1ac27c6c09cc3ff24b7f03f.zip |
configure: Suppress expected compiler error message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index efc78b5110..c86ab8781c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2017-06-13 Florian Weimer <fweimer@redhat.com> + * configure.ac (find_cxx_header): Suppress compiler error message. + +2017-06-13 Florian Weimer <fweimer@redhat.com> + * malloc/dynarray-skeleton.c: List begin/end as defined functions. (DYNARRAY_PREFIX##begin, DYNARRAY_PREFIX##end): New functions. * malloc/tst-dynarray-shared.h (CHECK_EMPTY): Add tests for |