|
|
|
|
|
by fafner
4478 days ago
|
|
-pedantic-errors is also a very useful flag. -Wstrict-aliasing=1/-Wsuggest-attribute= can give good suggestions during development. Probably not useful for Ag: But I do a lot of numeric stuff so -Wfloat-equal is handy for me. For code using float this should be mandatory: -Wdouble-promotion. |
|
I thought there was a better tool, but can't find the name, hmm.