GodotSteam / GodotSteam-Server

The dedicated server builds for GodotSteam, an open-source and fully functional Steamworks SDK / API module and plug-in for the Godot Game Engine.
https://godotsteam.com
MIT License
28 stars 5 forks source link

Compiling GDNative branch has some warnings #1

Open Gramps opened 9 months ago

Gramps commented 9 months ago

The following warnings pop up and should be addressed:

godotsteam_server\godotsteam_server.cpp(2185): warning C4244: '=': conversion from 'uint16' to 'char', possible loss of data
godotsteam_server\godotsteam_server.cpp(2280): warning C4244: 'return': conversion from 'uint64' to 'uint32', possible loss of data
godotsteam_server\godotsteam_server.cpp(4557): warning C4244: 'initializing': conversion from 'PublishedFileId_t' to 'int', possible loss of data
godotsteam_server\godotsteam_server.cpp(4569): warning C4244: 'initializing': conversion from 'PublishedFileId_t' to 'int', possible loss of data