https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100143

            Bug ID: 100143
           Summary: gcc/gengtype.c:4097:34: warning: Function
                    'finish_root_table' argument order different
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

Static analyser cppcheck says:

gcc/gengtype.c:4097:34: warning: Function 'finish_root_table' argument order
different: declaration 'flp, pfx, tname, lastname, name' definition 'flp, pfx,
lastname, tname, name' [funcArgOrderDifferent]

It might be worth fixing the declaration around line 2440 to match the 
definition and making sure all callers look ok.

Reply via email to