PC Review


Reply
Thread Tools Rate Thread

C++ .NET How to surpress warning

 
 
J Swift
Guest
Posts: n/a
 
      3rd Mar 2005
I need to surpress the following warning that taking place during
build/re-build

*warning C4018: '<' : signed/unsigned mismatch

I don't want to fix the cause because it's part of the way the program
works, but How do surpress the warning?


 
Reply With Quote
 
 
 
 
Fredrik Wahlgren
Guest
Posts: n/a
 
      3rd Mar 2005

"J Swift" <(E-Mail Removed)> wrote in message
news:42278396$(E-Mail Removed)...
> I need to surpress the following warning that taking place during
> build/re-build
>
> *warning C4018: '<' : signed/unsigned mismatch
>
> I don't want to fix the cause because it's part of the way the program
> works, but How do surpress the warning?
>
>
>


pragma warning (disable: 4018)

/Fredrik



 
Reply With Quote
 
J Swift
Guest
Posts: n/a
 
      4th Mar 2005

"Fredrik Wahlgren" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> "J Swift" <(E-Mail Removed)> wrote in message
> news:42278396$(E-Mail Removed)...
>> I need to surpress the following warning that taking place during
>> build/re-build
>>
>> *warning C4018: '<' : signed/unsigned mismatch
>>
>> I don't want to fix the cause because it's part of the way the program
>> works, but How do surpress the warning?
>>
>>
>>

>
> pragma warning (disable: 4018)
>
> /Fredrik
>

Thanks... exactly what I was looking for


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SURPRESS warning not in list =?Utf-8?B?bG12?= Microsoft Access 10 10th Nov 2006 03:01 AM
Way To Surpress Warnings? mcl Microsoft Access Macros 1 1st Sep 2006 04:23 AM
Help, how to surpress an exception? Tarun Mistry Microsoft ASP .NET 0 5th Mar 2006 07:40 PM
Surpress warning messages =?Utf-8?B?QXpKZW5uaW5nc0Btc24uY29t?= Microsoft Access 1 27th Nov 2005 07:12 PM
surpress confirmations Rick B Microsoft Access Form Coding 2 8th Mar 2004 07:48 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:44 AM.