Test #98
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run CMake with vcpkg.json manifest:
src/util.cpp#L70
'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
Run CMake with vcpkg.json manifest:
src/log.cpp#L17
'gmtime': This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
Run CMake with vcpkg.json manifest:
src/spriteanimation.cpp#L22
'initializing': conversion from 'float' to 'int', possible loss of data
|
Run CMake with vcpkg.json manifest:
src/spriteanimation.cpp#L34
'=': conversion from 'int' to 'float', possible loss of data
|
Run CMake with vcpkg.json manifest:
src/spriteanimation.cpp#L57
'=': conversion from 'int' to 'float', possible loss of data
|
Run CMake with vcpkg.json manifest:
src/modelviewer.cpp#L440
'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. See online help for details.
|
Run CMake with vcpkg.json manifest:
src/characterviewer.cpp#L257
'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. See online help for details.
|
Run CMake with vcpkg.json manifest:
src/characterviewer.cpp#L280
'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. See online help for details.
|
Run CMake with vcpkg.json manifest:
src/characterviewer.cpp#L303
'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. See online help for details.
|
Run CMake with vcpkg.json manifest:
src/ui/widgets/label.h#L48
'return': conversion from 'size_t' to 'int', possible loss of data
|
Loading