ament / google_benchmark_vendor

Vendor package for providing Google Benchmark
Apache License 2.0
1 stars 7 forks source link

Work around warnings building Google Benchmark w/Clang #2

Closed cottsay closed 4 years ago

cottsay commented 4 years ago

This should allow the HAVE_THREAD_SAFETY_ATTRIBUTES check to succeed and subsequently annotate the mutex functions properly and resolve the build warnings we're seeing in the clang/libcxx nightly builds.

Hopefully there will be an official fix for the issue soon.