redland/0001-Add-Wunreachable-code.patch

25 lines
534 B
Diff
Raw Normal View History

From 45cafb3157d74a8ac718a9278ae88da841d5c647 Mon Sep 17 00:00:00 2001
From: Dave Beckett <dave@dajobe.org>
Date: Thu, 27 Feb 2014 09:38:02 -0600
Subject: [PATCH] Add -Wunreachable-code
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index b7b220ae..15def330 100644
--- a/configure.ac
+++ b/configure.ac
@@ -233,6 +233,7 @@ possible_warnings="\
-Wstrict-prototypes \
-Wswitch-enum \
-Wundef \
+-Wunreachable-code \
-Wunsafe-loop-optimizations \
-Wwrite-strings \
\
--
2.33.0