This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 'xxx' may be used uninitialized in this function


On Wed, 9 Aug 2006 09:09:56 -0700, Bruce Korb wrote:
>     const char * pOptTitle;

const char * pOptTitle = pOptTitle;

is another possibility to shut the warning... without adding any
generated code...

There was another discussion about this issue here:
http://gcc.gnu.org/ml/gcc/2006-01/msg00274.html

Cheers,
					Christian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]