diff options
author | Chris Metcalf <cmetcalf@ezchip.com> | 2015-08-04 12:02:10 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@ezchip.com> | 2015-08-04 12:07:53 -0400 |
commit | 0d261f406d7c8f70b4ad7ca7d9247da1db3dfb41 (patch) | |
tree | 690d97fa7ac0fb9a31b97085ae77c7063507db97 /ChangeLog | |
parent | bbab82c25da9b504c0804119840de7aeab0eeeba (diff) | |
download | glibc-0d261f406d7c8f70b4ad7ca7d9247da1db3dfb41.tar glibc-0d261f406d7c8f70b4ad7ca7d9247da1db3dfb41.tar.gz glibc-0d261f406d7c8f70b4ad7ca7d9247da1db3dfb41.tar.bz2 glibc-0d261f406d7c8f70b4ad7ca7d9247da1db3dfb41.zip |
tilepro: fix warnings in sysdeps/tile/tilepro/bits/atomic.h
Using a ({ }) structure avoids the "value computed is not used"
that a simple () structure causes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2015-08-04 Chris Metcalf <cmetcalf@ezchip.com> + + * sysdeps/tile/tilepro/bits/atomic.h (__atomic_update): + Restructure macro to avoid "value computed is not used" warning. + (atomic_compare_and_exchange_val_acq): Likewise. + 2015-08-04 Andreas Schwab <schwab@suse.de> [BZ #18635] |