Advertisement

Compiler Warnings in msvc9 Release Build

Started by December 30, 2011 01:09 PM
0 comments, last by WitchLord 12 years, 11 months ago
Hi,

just wanted to provide feedback that the release build for AngelScript 2.22.1 using the msvc9 project (Visual Studio 2008) produces several warnings. All of them seem to be just missing casts (e.g. size_t to int), so I don't worry about them actually. Maybe something to be resolved as part of the next release... This has already been the case for 2.22.0 by the way.

Regards
Yeah, I noticed this too yesterday. I'm not sure how it passed, because in debug mode I use a higher warning level.

Anyway, it has been fixed now.

Thanks,
Andreas

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement