From 2a12b809a0d937c5b9cf1803c7210952138ae7bb Mon Sep 17 00:00:00 2001 From: Anders Hoglund Date: Wed, 14 Jun 2017 12:30:37 +0200 Subject: [PATCH] Unit tests with clang warnings slips by unnoticed, added -Werror compiler option. --- src/test/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/Makefile b/src/test/Makefile index 7528b6f90d..f887e6bd50 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -192,6 +192,7 @@ COMMON_FLAGS = \ -g \ -Wall \ -Wextra \ + -Werror \ -ggdb3 \ -pthread \ -O0 \