mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 15:08:28 -04:00
f0277cecb4
The gtest header uses lots of undefined macros, showing lots of warnings if we enable -Wundef. Ideally we could use a #pragma to ignore the warning only from the correct header, but this currently doesn't work with g++ - see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53431 So for now we disable the warning completely when compiling gtest or any test that uses its header. Thanks Gustavo Sousa |
||
---|---|---|
.. | ||
__init__.py | ||
ardupilotwaf.py | ||
boards.py | ||
gbenchmark.py | ||
git_submodule.py | ||
gtest.py | ||
mavgen.py | ||
static_linking.py | ||
toolchain.py |