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 \ -g \
-Wall \ -Wall \
-Wextra \ -Wextra \
-Werror \
-ggdb3 \ -ggdb3 \
-pthread \ -pthread \
-O0 \ -O0 \