Skip to content

Compile Error using Visual Studio #4877

@nmaya

Description

@nmaya

In Visual Studio 2005 (Japanese version), following error occurs:

.\ssl\bad_dtls_test.c : error C2220: warning treated as error - no object file generated
.\ssl\bad_dtls_test.c : warning C4819: The file contains characters that can not be displayed in the current code page (932). Please save the file in Unicode format to prevent data loss
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\cl.EXE"' : return code '0x2' Stop.

cf. ssl/bad_dtls_test.c line 22
* fixed up it's the wrong thing to test against — because if changes
The hyphen in this comment line is U+2014, not U+002d.
Please change this hyphen to US-ASCII "-"(0x2d).

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