From ee318c7aa99417f174d27d37101ab8ea614e5f67 Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Mon, 29 Jan 2024 02:18:25 +0100 Subject: Show encryption type currently used when hovering padlock in chat input box - also adresses https://github.com/dino/dino/issues/1240 --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b4fe6e7c..1365b6d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,8 +103,6 @@ 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-54-g00ecf