On 5/23/06, Craig Morrison <[EMAIL PROTECTED]> wrote:
[EMAIL PROTECTED] wrote:
> If you do not care to see the warnings, there is probably
> some way to turn them off in your compiler.

To the OP:

In VC7 and above.. Open the project settings for your project, navigate
to: Configuration Properties -> C/C++ -> Disable Specific Warnings. Plug
in the warning number(s) you don't want to see.

In vc6 :
#pragma warning( disable : 4786 4503 )

Reply via email to