Re: pragma warning
- From: "Jeff F" <not@xxxxxxxxxxxx>
- Date: Wed, 27 Apr 2005 11:28:48 -0400
EggNChips wrote:
> "Jeff F" <not@xxxxxxxxxxxx> wrote in message
> news:OX7bW3xSFHA.3544@xxxxxxxxxxxxxxxxxxxxxxx
>> EggNChips wrote:
>>> Using Win98SE, VC6sp5,
>>>
>>> Keep getting the warning:
>>> C:\VC Programs\Presales\QuoteDetails.cpp(323) : warning C4700: local
>>> variable 'Status' used without having been initialized
>>>
>>> Even though I have #pragma warning ( disable : 4700 ) at the start
>>> of the function, this happens throughout my code. I don't like to
>>> have warnings.
>>>
>>> Am I missing something??????
>>
>> Yes, fix the problem it's warning about.
>>
>> Jeff Flinn
>>
>>
> thanks for the helpful post...............not. It is not an error,
> but a 'feature' of the particular function that I'm calling.
Perhaps you would like to show the context of that particular function call
and why having the existence of an un-initialized variable is a useful
feature.
Thanks,
Jeff Flinn
.
- Follow-Ups:
- Re: pragma warning
- From: EggNChips
- Re: pragma warning
- References:
- pragma warning
- From: EggNChips
- Re: pragma warning
- From: Jeff F
- Re: pragma warning
- From: EggNChips
- pragma warning
- Prev by Date: Re: pragma warning
- Next by Date: Re: pragma warning
- Previous by thread: Re: pragma warning
- Next by thread: Re: pragma warning
- Index(es):
Relevant Pages
|
|