[Bf-committers] Vector Warnings?

Rob Haarsma bf-committers@blender.org
Tue, 06 May 2003 12:34:21 +0200


> Innocent warnings, ignore! 


OK !!! Having said that... does someone here have objections if
i disable (most of) these warning messages for the win/msvc6 compiler ?

This can be done easily by changing this line in BLI_winstuff.h:
#pragma warning(once: 4761 4305 4244 4018)
to:
#pragma warning(disable: 4761 4305 4244 4018)

In the past some 'real' error messages slipped my attention because
of this 'harmless' error messages flood.

Rob.