Skip to content

Using 1.6.0 with VS2010 fails #107

Closed
@dconnet

Description

@dconnet

Build the library (as a static library) is fine. However, when using it, all my test files fail with:
1> TestArchive.cpp
1>c:\winsrc\libraries\unittest++\src\RequiredCheckTestReporter.h(26): error C2220: warning treated as error - no 'object' file generated
1>c:\winsrc\libraries\unittest++\src\RequiredCheckTestReporter.h(26): warning C4512: 'UnitTest::RequiredCheckTestReporter' : assignment operator could not be generated
1> c:\winsrc\libraries\unittest++\src\RequiredCheckTestReporter.h(14) : see declaration of 'UnitTest::RequiredCheckTestReporter'

(yes, I have warnings as errors turned on)

The same code builds fine on vs2015.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions