diff options
author | Eric Blake <eblake@redhat.com> | 2013-09-04 17:02:47 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2013-10-01 13:50:29 -0600 |
commit | e833b53fe618af287a0b818ac3592d842b76dec8 (patch) | |
tree | 00b480512aa4e2bf2e3652b29ee90ff675f7b895 /ChangeLog | |
parent | c17fdf95b69e166a777083336f7204bf4f6da2fa (diff) | |
download | glibc-e833b53fe618af287a0b818ac3592d842b76dec8.zip glibc-e833b53fe618af287a0b818ac3592d842b76dec8.tar.gz glibc-e833b53fe618af287a0b818ac3592d842b76dec8.tar.bz2 |
glob: silence -Wattribute warnings
Colin Watson reported that some versions of gcc warn about
attribute leaf used on a static function, since it has no
effect on anything but external functions.
* posix/glob.c (next_brace_sub, prefix_array, collated_compare):
Use __THROWNL rather than __THROW on static functions.
Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -432,6 +432,11 @@ [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use parentheses around reference to macro parameter. +2013-09-04 Eric Blake <eblake@redhat.com> + + * posix/glob.c (next_brace_sub, prefix_array, collated_compare): + Use __THROWNL rather than __THROW on static functions. + 2013-09-13 Richard Sandiford <richard@codesourcery.com> * locale/programs/ld-ctype.c (find_idx): Use uint32_t in |