aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libphonenumber/disable-werror.patch
blob: 41c5432d05b4b1b9ce9859fc7f752a6d3bfce7da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index 27e4680..ab4c404 100644
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -418,7 +418,7 @@ if (USE_ICU_REGEXP)
 endif ()
 
 if (NOT WIN32)
-  add_definitions ("-Wall -Werror")
+  add_definitions ("-Wall")
 endif ()
 
 include_directories ("src")