Skip to content

Commit d42ad03

Browse files
committed
Disable -Werror by default
gcc13 throws up issues we probably don't need to fix
1 parent eff503b commit d42ad03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif()
2828

2929
enable_testing()
3030

31-
set(WERROR ON CACHE BOOL "Treat Warnings as Errors.")
31+
set(WERROR OFF CACHE BOOL "Treat Warnings as Errors.")
3232
set(CPPREST_EXCLUDE_WEBSOCKETS OFF CACHE BOOL "Exclude websockets functionality.")
3333
set(CPPREST_EXCLUDE_COMPRESSION OFF CACHE BOOL "Exclude compression functionality.")
3434
set(CPPREST_EXCLUDE_BROTLI ON CACHE BOOL "Exclude Brotli compression functionality.")

0 commit comments

Comments
 (0)