J
jacob navia
Consider:
extern int a = 56;
This provokes a warning in gcc, no warnings in Microsoft C,
where it compiles without warnings at the highest warning level,
and an error in lcc-win32.
What would be the best behavior?
Is it really a fatal error, or just a small inconsistency?
jacob
extern int a = 56;
This provokes a warning in gcc, no warnings in Microsoft C,
where it compiles without warnings at the highest warning level,
and an error in lcc-win32.
What would be the best behavior?
Is it really a fatal error, or just a small inconsistency?
jacob