summaryrefslogtreecommitdiff
blob: 9d2a43c223f3430dc95fb1d4012a70245bc7eeb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From 402dd069acc1944428fd9f4ed3620a157028f6cc Mon Sep 17 00:00:00 2001
From: Jan Henke <Jan.Henke@taujhe.de>
Date: Sat, 17 Mar 2018 19:47:52 +0100
Subject: [PATCH] Disable -Werror when compiling tests

GCC 7 generates new warnings on some of the test files, which lead to
build failures. -Werror generally is helpful while developing to enforce
a zero error policy, but not so much when packaging. Gentoo bug 644042
---
 tests/CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 0e08d77..86e9af7 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -41,7 +41,6 @@ target_compile_options(gsl_tests_config INTERFACE
         -Wcast-align
         -Wconversion
         -Wctor-dtor-privacy
-        -Werror
         -Wextra
         -Wno-missing-braces
         -Wnon-virtual-dtor
-- 
2.16.1