Why is -Wold-style-definition off by default?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello!

Why is -Wold-style-definition off by default and not implied by -Wall,
-Wextra? The following code might be a marginal example, which is
compiled without warning about missing prototype and unchecked args
(gcc-5.3.0 -Wall -Wextra ex.c).

void f(x)
	int x;
{ }

int main(void) {
	f(1.0);
	return 0;
}

Thanks,

Antons



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux