From b3f3876c5fe1aade09b96b60540b4e2e0adaed5a Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Mon, 19 Jul 2021 21:22:16 +0400 Subject: [PATCH] Activate fixed warnings --- options_linux.cmake | 9 --------- 1 file changed, 9 deletions(-) diff --git a/options_linux.cmake b/options_linux.cmake index e7b164f..fdd75d4 100644 --- a/options_linux.cmake +++ b/options_linux.cmake @@ -11,25 +11,16 @@ INTERFACE -pipe -Wall -W - -Wno-unused-variable -Wno-unused-parameter - -Wno-unused-function -Wno-switch - -Wno-comment -Wno-missing-field-initializers -Wno-sign-compare - -Wno-attributes - -Wno-parentheses - $<$>:-Wno-register> ) if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU") target_compile_options(common_options INTERFACE - -Wno-unused-but-set-variable - -Wno-stringop-overflow -Wno-maybe-uninitialized - -Wno-error=class-memaccess ) endif()