mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-28 05:58:43 +00:00
-Wno-error does not ignore unknown warnings on old GCC versions causing problems when using it for new warnings. On the other hand, -Wno-X will ignore unknown warnings, so we can use this instead. Fix #403 Fix #413