-----Messaggio Originale----- Da: "Viktor Szakáts" <harbour...@syenar.hu>
A: "Harbour Project Main Developer List." <harbour@harbour-project.org>
Data invio: mercoledì 24 giugno 2009 17.33
Oggetto: Re: [Harbour] SF.net SVN: harbour-project:[11515] trunk/harbour


Here the problem was a little bit different:
int main()
{
   int var = 0; /* this value is never used */
   var = 1;
   return var;
}

Ok, sorry. It seems that gcc doesn't trap that kind of warning, or at least I can't find how to make it trap them.

EMG

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to