Skip to content

Commit 494d4e2

Browse files
committed
Github action: Build with -Werror in CI
1 parent 2c1653e commit 494d4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
BUILD_TYPE: ${{ matrix.build_type }}
133133
CC: ${{ matrix.c_compiler }}
134134
CXX: ${{ matrix.cpp_compiler }}
135-
CXXFLAGS: ${{ matrix.CXXFLAGS }}
135+
CXXFLAGS: -Werror ${{ matrix.CXXFLAGS }}
136136
LDFLAGS: ${{ matrix.LDFLAGS }}
137137
CPP_VERSION: ${{ matrix.cpp_version }}
138138
WITH_PROJ: ON

0 commit comments

Comments
 (0)