We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44ba3e7 + 84c1db1 commit 7396a54Copy full SHA for 7396a54
.github/workflows/cmake-multi-platform.yml
@@ -4,7 +4,7 @@ name: CMake on multiple platforms
4
5
on:
6
push:
7
- branches: [ "master", "memory-fix-gcc" ]
+ branches: [ "master", "remove-werror" ]
8
pull_request:
9
branches: [ "master" ]
10
CMakeLists.txt
@@ -70,7 +70,7 @@ if (CSV_DEVELOPER)
70
# More error messages.
71
if (UNIX)
72
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} \
73
- -Wall -Werror -Wextra -Wsign-compare \
+ -Wall -Wextra -Wsign-compare \
74
-Wwrite-strings -Wpointer-arith -Winit-self \
75
-Wconversion -Wno-sign-conversion")
76
endif()
0 commit comments