From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21883 invoked by alias); 16 Feb 2005 04:34:02 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 21863 invoked by uid 48); 16 Feb 2005 04:33:59 -0000 Date: Wed, 16 Feb 2005 11:10:00 -0000 From: "cyeoh at samba dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20050216043359.19994.cyeoh@samba.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/19994] New: warn on parameter name mismatch X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg01717.txt.bz2 List-Id: Would like to be able to get a warning when parameter names don't match the prototype. eg. void foo(int x, int y); then doing void foo(int y, int x) { } should generate a warning. -- Summary: warn on parameter name mismatch Product: gcc Version: unknown 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.cgi?id=19994