|
From: <tim...@en...> - 2007-02-11 11:10:32
|
Ethan A Merritt wrote: > On Saturday 10 February 2007 09:51, Hans-Bernhard Bröker wrote: > >> SourceForge.net wrote: >> >> >>> ..\\term\cgm.trm(475) : error C2143: Syntaxfehler : Fehlendes ';' vor 'type' >>> ..\\term\cgm.trm(477) : error C2065: 'new_font_data' : nichtdeklarierter >>> Bezeichner >>> >> Guys, can we _please_ restrict ourselves to normal C for the time being? >> >> I.e. no C++ style variable declarations in the middle of code blocks. >> > > Hmm. Yes. Not sure how that happened. > > Is there a gcc flag that will cause it to emit warnings for this, > without flooding the output with more useless warnings? > > > -pedantic will warn about that, among other things ;) Timothée |