STR-482: Improve non-standard error reporting and support different C compilers
camel_ where you have hardcoded -Wall, can you relax those to configure-time stuff (some compilers don’t accept exactly “-Wall” )
camel_ but if GCC is detected
camel_ can you use -std=c99 -Wall -pedantic ?
camel_ (or even just -pedantic)
camel_ that will bring up a lot of warnings that would be nice to squash one day :)
bravo humz, yes, I know the -Wall problem (worked on allowing other compilers in aterm)
camel_ ah okay thanks :)
bravo camel_: it would be good to make an issue for that, since it is rather useless as long as we use nested functions
camel_ bravo: really? -pedantic, on my GCC, just has a warning: “ANSI C does not support nested functions” or something like that
bravo humz, ok, that isn’t that bad. I’ll add it to the 0.17M2 plan (that’s the nested function milestone)
Submitted on 12 December 2005 at 10:52
Issue Log
STR-482, martin:
Duplicate of STR-492
Log in to post comments