Unit tests with clang warnings slips by unnoticed, added -Werror compiler option.

This commit is contained in:
Anders Hoglund 2017-06-14 12:30:37 +02:00
parent d84aeea538
commit 2a12b809a0
1 changed files with 1 additions and 0 deletions

View File

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