From 5a4f522832c342263cb14c4a8d6ac6abc63d52f2 Mon Sep 17 00:00:00 2001 From: vil02 <65706193+vil02@users.noreply.github.com> Date: Fri, 27 Sep 2024 08:56:15 +0200 Subject: [PATCH] style: add `-Wsurprising` --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 590425a..d48344c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ add_compile_options( -Wextra -Wpedantic -Wconversion-extra + -Wsurprising -Werror) function(add_fortran_sources DIR SOURCES)