Closed
Description
Revision 5c76d10
warning C4510
TrinityCore\dep\cppformat\format.h(981): warning C4510: 'fmt::internal::DummyStream' : default constructor could not be generated (TrinityCore\src\common\Collision\Models\GameObjectModel.cpp)
warning C4610
TrinityCore\dep\cppformat\format.h(981): warning C4610: struct 'fmt::internal::DummyStream' can never be instantiated - user defined constructor required (TrinityCore\src\common\Collision\Maps\MapTree.cpp)
Metadata
Metadata
Assignees
Labels
No labels
Activity
Tentative fix for a bogus MSVC warning (#244)
Fix for a bogus MSVC warning (#244)
vitaut commentedon Dec 9, 2015
Fixed in 7836349. Thanks for reporting.
Fix for a bogus MSVC warning (#244)
vitaut commentedon Dec 9, 2015
Bummer, accidentally pushed some unintended changes. Anyway, this should be fixed in master now.