-
-
Notifications
You must be signed in to change notification settings - Fork 11k
Closed
Description
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
Labels
No labels