mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Build/GCC: Disable useless warning
(cherry picked from commit 0aa644287c)
This commit is contained in:
@@ -35,7 +35,8 @@ if(WITH_WARNINGS)
|
||||
-Winit-self
|
||||
-Winvalid-pch
|
||||
-Wfatal-errors
|
||||
-Woverloaded-virtual)
|
||||
-Woverloaded-virtual
|
||||
-Wno-missing-field-initializers) # this warning is useless when combined with structure members that have default initializers
|
||||
|
||||
message(STATUS "GCC: All warnings enabled")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user