From 59b553410b66449f07a3025900a834a5e5b029eb Mon Sep 17 00:00:00 2001 From: Sam Vervaeck Date: Wed, 24 May 2023 14:13:08 +0200 Subject: [PATCH] Treat all warnings as errors in C++ sources --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d2ba796ca..7a6daca6e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,6 +33,7 @@ target_compile_options( BoltCore PUBLIC -fstandalone-debug + -Werror ${ICU_CFLAGS} ) target_include_directories(