- made the floating point truncation warning a debug message because I can see this becoming more a hassle than an asset.

This commit is contained in:
Christoph Oelckers 2016-11-15 16:00:35 +01:00
parent 77a99890cf
commit e559109419

View file

@ -848,7 +848,7 @@ FxExpression *FxIntCast::Resolve(FCompileContext &ctx)
}
else if (!NoWarn)
{
ScriptPosition.Message(MSG_WARNING, "Truncation of floating point value");
ScriptPosition.Message(MSG_DEBUGWARN, "Truncation of floating point value");
}
return this;