ridiculousfish / libdivide

Official git repository for libdivide: optimized integer division
http://libdivide.com
Other
1.09k stars 77 forks source link

GCC: suppress maybe-uninitialized false positive. #91

Closed adbancroft closed 2 years ago

adbancroft commented 2 years ago

Suppress -Werror=maybe-uninitialized false positive from GCC in some of the bench marking code.

Fixes issue #90

adbancroft commented 2 years ago

It's not a false positive - GCC is doing something else & fails under -O3.