mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix attribute warnings
This commit is contained in:
parent
14cb3bfe10
commit
c16e2467da
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue