https://bugzilla.novell.com/show_bug.cgi?id=355254 User prusnak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=355254#c15 --- Comment #15 from Pavol Rusnak <prusnak@novell.com> 2008-01-23 08:18:06 MST --- I think that Vladimir wanted something like this: declaration: int f(); definition: int f() { ... } => OK, although declaration should be "int f(void)" declaration: int f(); definition: int f(something) { ... } => warning/error That means warning with similar behaviour to -Wstrict-prototypes but ignoring cases where function parameter is void. But I really do not know how much are we messing with C standards. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.