Skip to content

Commit 044dede

Browse files
authored
Merge PR #5797: BUILD: Disable warnings-as-errors
2 parents a88d87a + f2697eb commit 044dede

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ option(tests "Build tests" OFF)
5454
option(optimize "Build a heavily optimized version, specific to the machine it's being compiled on." OFF)
5555
option(static "Build static binaries." OFF)
5656
option(symbols "Build binaries in a way that allows easier debugging." OFF)
57-
option(warnings-as-errors "All warnings are treated as errors." ON)
57+
option(warnings-as-errors "All warnings are treated as errors." OFF)
5858

5959
option(overlay "Build overlay." ON)
6060
option(packaging "Build package." OFF)

docs/dev/build-instructions/cmake_options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Check for updates by default.
242242
### warnings-as-errors
243243

244244
All warnings are treated as errors.
245-
(Default: ON)
245+
(Default: OFF)
246246

247247
### wasapi
248248

0 commit comments

Comments
 (0)