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:
commit
d714624b7b
1 changed files with 1 additions and 0 deletions
|
@ -216,6 +216,7 @@ COMMON_FLAGS = \
|
|||
-g \
|
||||
-Wall \
|
||||
-Wextra \
|
||||
-Werror \
|
||||
-ggdb3 \
|
||||
-pthread \
|
||||
-O0 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue