OSDN Git Service

Enable clang compilation, use stdatomic.h.
authorChih-Hung Hsieh <chh@google.com>
Thu, 13 Aug 2015 19:27:32 +0000 (12:27 -0700)
committerChih-Hung Hsieh <chh@google.com>
Fri, 21 Aug 2015 19:24:03 +0000 (12:24 -0700)
commit918e5a6832fa22bfe1e53e501af8f53ffc55b454
treed1dffc3a12fd7f31cb541e06bca08534e4289c09
parent7a87e719982e874c1d23e106a4dbc8dd2ede97bd
Enable clang compilation, use stdatomic.h.

* Remove old atomic.h and atomic_test.cpp.
  Use stdatomi.h in counter.c.
* Suppress warnings on unused variables/parameters.
* Suppress warnings on redefined typedef.

Change-Id: Ic7ec652608f2c9423984a3631fb58efea5a835e7
btcore/Android.mk
btcore/src/counter.c
osi/Android.mk
osi/BUILD.gn
osi/include/atomic.h [deleted file]
osi/src/allocation_tracker.c
osi/src/hash_map.c
osi/test/atomic_test.cpp [deleted file]