christophercrouzet / rexo

Neat single-file cross-platform unit testing framework for C/C++.
The Unlicense
27 stars 6 forks source link

Excessive warnings on gcc 9.4 #20

Closed midjji closed 1 year ago

midjji commented 1 year ago

Building causes a great many warnings, looks like its assumed asan is enabled?

christophercrouzet commented 1 year ago

Hi @midjji, apologies! This issue was actually addressed in https://github.com/christophercrouzet/rexo/pull/19 but I forgot to merge it. That's now done, so feel free to pull the latest changes on master and try again!