Compile fail on VS 2015 - Release Configuration #3
Labels
OS: 🪟 Windows
Case refers to Windows.
Priority: 🕒 low
Low priority tasks that can be postponed for the future.
Status: ✅ done
The issue done and closed.
Type: 🐞 bug
An error that needs fixing.
1>..\src\dllapi.cpp(120): error C2220: warning treated as error - no 'object' file generated
1>..\src\dllapi.cpp(120): warning C4838: conversion from 'std::size_t' to 'uint8' requires a narrowing conversion
1> ..\src\dllapi.cpp(120): note: to simplify migration, consider the temporary use of /Wv:18 flag with the version of the compiler with which you used to build without warnings
1>..\src\dllapi.cpp(120): warning C4267: 'initializing': conversion from 'size_t' to 'uint8', possible loss of data
1>..\src\dllapi.cpp(131): warning C4838: conversion from 'std::size_t' to 'uint8' requires a narrowing conversion
1> ..\src\dllapi.cpp(131): note: to simplify migration, consider the temporary use of /Wv:18 flag with the version of the compiler with which you used to build without warnings
1>..\src\dllapi.cpp(131): warning C4267: 'initializing': conversion from 'size_t' to 'uint8', possible loss of data
1> engine_api.cpp
1>..\src\engine_api.cpp(237): error C2220: warning treated as error - no 'object' file generated
1>..\src\engine_api.cpp(237): warning C4838: conversion from 'std::size_t' to 'uint8' requires a narrowing conversion
1> ..\src\engine_api.cpp(237): note: to simplify migration, consider the temporary use of /Wv:18 flag with the version of the compiler with which you used to build without warnings
1>..\src\engine_api.cpp(237): warning C4267: 'initializing': conversion from 'size_t' to 'uint8', possible loss of data
The text was updated successfully, but these errors were encountered: