[Bug c/19994] New: warn on parameter name mismatch

2005-02-15 Thread cyeoh at samba dot org
known Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: cyeoh at samba dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.c

[Bug c/19994] warn on parameter name mismatch

2005-02-15 Thread cyeoh at samba dot org
--- Additional Comments From cyeoh at samba dot org 2005-02-16 07:05 --- prototypes in header files can get out of sync with the function definitions (or parameters are simply get swapped around accidentally) - even with experienced programmers. Users of that interface then get