Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile fail on VS 2015 - Release Configuration #3

Closed
souvikdas95 opened this issue Mar 9, 2017 · 0 comments
Closed

Compile fail on VS 2015 - Release Configuration #3

souvikdas95 opened this issue Mar 9, 2017 · 0 comments
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.

Comments

@souvikdas95
Copy link

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

@theAsmodai theAsmodai added the Type: 🐞 bug An error that needs fixing. label Mar 11, 2017
@stamepicmorg stamepicmorg added Status: ✅ done The issue done and closed. OS: 🪟 Windows Case refers to Windows. Priority: 🕒 low Low priority tasks that can be postponed for the future. labels Mar 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

3 participants