Task #3233
closed
Remove -pedantic from compilation flags
Added by Alex Afanasyev about 9 years ago.
Updated about 9 years ago.
Description
I'm proposing to remove -pedantic
from debug compilation flags, primarily motivated by #3227. Though in general I'm not convinced that there is much value of having pedantic at all.
- Subject changed from Remove `-pedantic` from compilation flags to Remove -pedantic from compilation flags
In theory, -pedantic
should help keeping our code portable across compilers. Why do you think there's no value in that?
I agree that we should keep language extensions out. However, how redundant semicolons fall into this category? Is it a language extension?
I think the ISO C++ standard requires compliant compilers to warn about duplicate semicolons (yes, there are warnings that are mandated by the standard).
- Status changed from New to Rejected
Also available in: Atom
PDF