cameron314 / concurrentqueue

A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
Other
9.53k stars 1.66k forks source link

Get rid of warnings when compiling benchmarks #334

Closed cjappl closed 1 year ago

cjappl commented 1 year ago

There were a number of warnings for unused, and uninitialized variables in the benchmark on OSX.