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

            Bug ID: 109388
           Summary: clang warnings related to Modula-2
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: modula2
          Assignee: gaius at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
  Target Milestone: ---

I see some clang warnings related to M2:

m2/gm2-compiler-boot/M2GCCDeclare.c:8085:67: warning: unused parameter 'module'
[-Wunused-parameter]
m2/gm2-compiler-boot/PHBuild.c:3384:13: warning: unused function 'PeepToken'
[-Wunused-function]
m2/gm2-compiler-boot/PHBuild.c:3880:13: warning: unused function
'PushQualident' [-Wunused-function]
m2/gm2-compiler-boot/PHBuild.c:6735:13: warning: unused function 'SimpleDes'
[-Wunused-function]
m2/gm2-compiler-boot/PHBuild.c:6755:13: warning: unused function
'ActualParameters' [-Wunused-function]

Reply via email to