Avoid misleading 'AO_t undefined' error if wrong atomic_ops.h included
authorIvan Maidanski <ivmai@mail.ru>
Thu, 8 Jun 2017 21:52:07 +0000 (00:52 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 20 Sep 2017 07:47:24 +0000 (10:47 +0300)
commitf8aaeec886ba2d1119a2dc7f578257da09dfb61a
tree4ebe313d0bad56266add01fc6ec48da40ae1fa79
parentadf7a22731fb7aa0e2aa7cebedb49ebe6cf516a0
Avoid misleading 'AO_t undefined' error if wrong atomic_ops.h included

This change might be useful e.g. in case of compilation by Hexagon SDK
which has own atomic_ops.h file (not related to libatomic_ops).

* tests/run_parallel.h [!CPPCHECK]: Issue #error if AO_ATOMIC_OPS_H is
not defined after #include atomic_ops.h.
tests/run_parallel.h