Closed adbancroft closed 2 years ago
Suppress -Werror=maybe-uninitialized false positive from GCC in some of the bench marking code.
-Werror=maybe-uninitialized
Fixes issue #90
It's not a false positive - GCC is doing something else & fails under -O3.
Suppress
-Werror=maybe-uninitialized
false positive from GCC in some of the bench marking code.Fixes issue #90