Skip to content

Visual Studio 12 /W4 warnings #244

Closed
@Naios

Description

@Naios

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)

Activity

vitaut

vitaut commented on Dec 9, 2015

@vitaut
Contributor

Fixed in 7836349. Thanks for reporting.

added a commit that references this issue on Dec 9, 2015
vitaut

vitaut commented on Dec 9, 2015

@vitaut
Contributor

Bummer, accidentally pushed some unintended changes. Anyway, this should be fixed in master now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Visual Studio 12 /W4 warnings · Issue #244 · fmtlib/fmt