From f27385d952a7400902a58e67d02a6089e2de6289 Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Sun, 18 Feb 2024 19:52:40 +0100 Subject: More noticeable encryption type color and encryption status - added file changes-allow-symbolic from GTK Adwaita icon theme as dino-unencrypted.svg (licensed under LGPL3) --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1365b6d2..b4fe6e7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,6 +103,8 @@ endif () # Flags for all C files AddCFlagIfSupported(CMAKE_C_FLAGS -Wall) +AddCFlagIfSupported(CMAKE_C_FLAGS -Wno-incompatible-pointer-types-discards-qualifiers) +AddCFlagIfSupported(CMAKE_C_FLAGS --disable-warnings-as-errors) AddCFlagIfSupported(CMAKE_C_FLAGS -Wextra) AddCFlagIfSupported(CMAKE_C_FLAGS -Werror=format-security) AddCFlagIfSupported(CMAKE_C_FLAGS -Wno-duplicate-decl-specifier) -- cgit v1.2.3-70-g09d2