Make it buildable on Windows with VS, and add windows Github Actions CI with vcpkg #28
Annotations
11 warnings
libticonv/trunk/src/iconv.c#L97
'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
libticonv/trunk/src/charset.cc#L132
'=': conversion from 'unsigned long' to 'unsigned char', possible loss of data
|
libticonv/trunk/src/charset.cc#L167
'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
libticonv/trunk/src/tokens.cc#L477
'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
libticonv/trunk/src/tokens.cc#L647
'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
libticonv/trunk/src/ticonv.cc#L202
'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
libticonv/trunk/src/ticonv.cc#L431
'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
libticonv/trunk/src/ticonv.cc#L470
'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
libticonv/trunk/src/ticonv.cc#L542
'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
libticonv/trunk/src/ticonv.cc#L584
'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|
The logs for this run have expired and are no longer available.
Loading