1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Merge pull request #3283 from AndersHoglund/unit_test_Werror

Unit tests with clang warnings slips by unnoticed, added -Werror compiler option.
This commit is contained in:
Martin Budden 2017-06-25 11:00:21 +01:00 committed by GitHub
commit d714624b7b

View file

@ -216,6 +216,7 @@ COMMON_FLAGS = \
-g \
-Wall \
-Wextra \
-Werror \
-ggdb3 \
-pthread \
-O0 \