Skip to content

Commit 7d6be8a

Browse files
Remove -Werror
These often prevent building as newer compilers discover more things to complain about.
1 parent 71918c9 commit 7d6be8a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project(RegexPeformance C CXX)
99

1010
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
1111

12-
set(GENERAL_C_FLAGS "-march=native -Wall -Wstack-usage=5000 -Werror -fdiagnostics-color -pipe -fsigned-char -fno-asynchronous-unwind-tables -fno-stack-protector -Wunused-parameter")
12+
set(GENERAL_C_FLAGS "-march=native -Wall -Wstack-usage=5000 -fdiagnostics-color -pipe -fsigned-char -fno-asynchronous-unwind-tables -fno-stack-protector -Wunused-parameter")
1313

1414
set(CMAKE_C_FLAGS "-std=c11 ${GENERAL_C_FLAGS}" CACHE STRING "additional CFLAGS" FORCE)
1515
set(CMAKE_C_FLAGS_DEBUG "-O0 -g")

vendor/hyperscan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 7aff6f6136e659f9dab48f2d383baa0fcb08bbc0
1+
Subproject commit d79973efb1fcf5ed338122882c1f896829767fb6

vendor/oniguruma

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 6fa38f4084b448592888ed9ee43c6e90a46b5f5c
1+
Subproject commit 475eb8501a77a2dc7f1f40cb071b8c1cbfef3d95

vendor/re2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 0952a446c972edcfc794dcea8e92713fa3cfc882
1+
Subproject commit 787495f0ba2e76dcadb21db84455ea0e2ce15beb

0 commit comments

Comments
 (0)