]> granicus.if.org Git - libatomic_ops/commit
Fix 'AO_*_TS_T is not defined' compiler warnings (GCC-8)
authorMax Horn <max@quendi.de>
Wed, 2 Jan 2019 14:47:21 +0000 (15:47 +0100)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 25 Jan 2019 21:48:02 +0000 (00:48 +0300)
commit7eef5b2103d3ab8c5ee2732f3f0fe25dffe431b5
tree93643aaeac0d057256e49d8f6b6593b0e4c77243
parent377e655b09c1b5ba96230f110171031340181f81
Fix 'AO_*_TS_T is not defined' compiler warnings (GCC-8)

* src/atomic_ops.h [!AO_HAVE_CLEAR]: Replace "AO_AO_TS_T" with
"defined(AO_AO_TS_T)" and AO_CHAR_TS_T" with "defined(AO_CHAR_TS_T)",
respectively, in the "if" preprocessor directives.
* src/atomic_ops/generalize.h: Likewise.
src/atomic_ops.h
src/atomic_ops/generalize.h