From 47d89ce01ab9eab4eb4a685ab1e939d2c0220704 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 30 Oct 2019 07:48:50 +0100 Subject: [PATCH] Enable -Wmissing-declarations. --- cmake/debug_flags.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/debug_flags.cmake b/cmake/debug_flags.cmake index 976b611..0009039 100644 --- a/cmake/debug_flags.cmake +++ b/cmake/debug_flags.cmake @@ -15,7 +15,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU" OR CMAKE_CXX_COMPILER_ID MATCHES "Clang" "-Wsign-conversion" "-Wold-style-cast" "-Wzero-as-null-pointer-constant" - # "-Wmissing-declarations" + "-Wmissing-declarations" "-Wcast-align" "-Wunused" "-Woverloaded-virtual"