aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/CompilerSetup.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/CompilerSetup.cmake')
-rw-r--r--cmake/CompilerSetup.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/CompilerSetup.cmake b/cmake/CompilerSetup.cmake
index d026f82..aa4289a 100644
--- a/cmake/CompilerSetup.cmake
+++ b/cmake/CompilerSetup.cmake
@@ -30,7 +30,7 @@ endif()
if(CLANG OR GNU)
set(
common_flags
- -Wall -Wextra -Wconversion -Werror
+ -Wall -Wextra -Werror
# Be super pedantic about format strings
-Wformat