On 9/24/10 12:22 PM, Mats Kindahl wrote:
> In this particular case, we would probably be better off if we could
> turn on -std=c89, which disallows C++ comments in C code.
>
> The downside is that it would of course mean that we have to start
> writing standards-compliant C code (oh horrors!). :)
I wish that overtime we could focus more on styles and actions, such as
this, that have more practical consequences. Over time, discussions
about the cosmetic aspects of coding style tend to get very silly.
How about a proposal that new C and C++ code must be
standards-compliant? That it must compile warning free? etc. Do you have
an idea of how much work is needed to make MySQL compile with -std=c89?
Regards,
Davi