summaryrefslogtreecommitdiff
path: root/dev-libs/dynolog/files/dynolog-0.3.1_p20230126-noWerror.patch
blob: fb915902b4cd823523366fc0be238a018ffe7afe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- a/third_party/cpr/CMakeLists.txt	2023-12-06 09:59:09.062148849 +0100
+++ b/third_party/cpr/CMakeLists.txt	2023-12-06 09:59:27.615514631 +0100
@@ -73,7 +73,7 @@
 
 if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
 else()
-    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wpedantic -Werror")
+    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wpedantic")
 endif()
 
 # SSL
--- a/third_party/pfs/CMakeLists.txt	2023-12-26 13:43:57.634865410 +0100
+++ b/third_party/pfs/CMakeLists.txt	2023-12-26 13:44:20.865488661 +0100
@@ -12,7 +12,7 @@
 endif ()
 message(STATUS "Build type: ${CMAKE_BUILD_TYPE}")
 
-add_compile_options (-std=c++11 -Wall -Wextra -pedantic -Werror)
+add_compile_options (-std=c++11 -Wall -Wextra -pedantic)
 
 include_directories (include)