summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-01-12 16:45:22 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-01-12 16:45:22 +0100
commitc16e2467da50b8db451ebcbd41fe64b2f2bc26d6 (patch)
tree45432d5b2fa036f2ddbc1845daa0fc77c5ec05d8
parentDon't use centerIn on popup on Qt < 5.12 (diff)
downloadnheko-c16e2467da50b8db451ebcbd41fe64b2f2bc26d6.tar.xz
Fix attribute warnings
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index fcf40d4b..d0a5c2a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -180,7 +180,7 @@ if(NOT MSVC) -fsized-deallocation \ -fdiagnostics-color=always \ -Wunreachable-code \ - -std=c++17" + -Wno-attributes" ) if (NOT CMAKE_COMPILER_IS_GNUCXX) # -Wshadow is buggy and broken in GCC, so do not enable it.