Skip to content

Commit 524da27

Browse files
committed
Remove -WError flag
1 parent 8b3b4f3 commit 524da27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cmake-multi-platform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: CMake on multiple platforms
44

55
on:
66
push:
7-
branches: [ "master", "memory-fix-gcc" ]
7+
branches: [ "master", "remove-werror" ]
88
pull_request:
99
branches: [ "master" ]
1010

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if (CSV_DEVELOPER)
7070
# More error messages.
7171
if (UNIX)
7272
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} \
73-
-Wall -Werror -Wextra -Wsign-compare \
73+
-Wall -Wextra -Wsign-compare \
7474
-Wwrite-strings -Wpointer-arith -Winit-self \
7575
-Wconversion -Wno-sign-conversion")
7676
endif()

0 commit comments

Comments
 (0)