We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
with VisualStudio 2019 I encounter the following warning package:
2>MiniFB_common.c 2>D:\git\minifb\src\MiniFB_common.c(171,59): warning C4244: "Funktion": Konvertierung von "float" in "unsigned int", möglicher Datenverlust 2>D:\git\minifb\src\MiniFB_common.c(171,79): warning C4244: "Funktion": Konvertierung von "float" in "unsigned int", möglicher Datenverlust 2>D:\git\minifb\src\MiniFB_common.c(171,101): warning C4244: "Funktion": Konvertierung von "float" in "unsigned int", möglicher Datenverlust 2>D:\git\minifb\src\MiniFB_common.c(171,124): warning C4244: "Funktion": Konvertierung von "float" in "unsigned int", möglicher Datenverlust 2>D:\git\minifb\src\MiniFB_common.c(164,1): warning C4244: "Initialisierung": Konvertierung von "float" in "unsigned int", möglicher Datenverlust 2>D:\git\minifb\src\MiniFB_common.c(165,1): warning C4244: "Initialisierung": Konvertierung von "float" in "unsigned int", möglicher Datenverlust
Would be nice to compile without warnings after fresh pull ;-) This increases overall project healthyness ... thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
with VisualStudio 2019 I encounter the following warning package:
Would be nice to compile without warnings after fresh pull ;-) This increases overall project healthyness ... thanks!
The text was updated successfully, but these errors were encountered: