Skip to content

Compiling with GCC 15 gives error too many arguments to function verilogaparse #115

@papoteur-mga

Description

@papoteur-mga
gcc -DHAVE_CONFIG_H -I. -I..   -DADMS_INCLUDEDIR=\"/usr/include/adms\"   -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full  -Wall -c -o admsXml-admsXml.o `test -f 'admsXml.c' || echo './'`admsXml.c
admsXml.c: In function 'parseva':
admsXml.c:645:8: error: too many arguments to function 'verilogaparse'; expected 0, have 1
  645 |     if(verilogaparse(root()))
      |        ^~~~~~~~~~~~~ ~~~~~~
In file included from admsXml.c:581:
admsVeriloga.h:107:21: note: declared here
  107 | win32_interface int verilogaparse ();
      |                     ^~~~~~~~~~~~~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions