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