Freeeaky / GTALua

Scripting engine for GTA V in Lua
GNU General Public License v2.0
60 stars 25 forks source link

Changes made to eliminate warnings during compilation #87

Closed MockbaTheBorg closed 8 years ago

MockbaTheBorg commented 8 years ago

Made changes to some source files in order to eliminate compiler warnings during the solution rebuild on VS2013. Some warnings where performance related, some exception throw related and one related to a function returning a local variable.

Freeeaky commented 8 years ago

Thank you!