J
J Swift
I posted this question earlier but on the wrong usenet.
I have a warning below that I need to suppress
*warning C4018: '<' : signed/unsigned mismatch
I searched google, Microsoft help and MSDN for an answer but no luck.
I don't want to fix the cause because it's how the program is supposed to
work. It's part of an example in a text and the example suppresses a similar
warning in Borland. I am sure there must be a way to do this in dotnet, but
how?
I have a warning below that I need to suppress
*warning C4018: '<' : signed/unsigned mismatch
I searched google, Microsoft help and MSDN for an answer but no luck.
I don't want to fix the cause because it's how the program is supposed to
work. It's part of an example in a text and the example suppresses a similar
warning in Borland. I am sure there must be a way to do this in dotnet, but
how?