This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Need to correct the function declaration.


When I try to build gcc-trunk on OpenBSD-5.0(gcc-4.2.1), I get the
following error:
> gcc-4.6.2/i686-pc-openbsd5.0/libstdc++-v3/include/mutex:818:64: error:
>   invalid conversion from 'void (*)(...)' to 'void (*)()' [-fpermissive]

Please add the void into arguments list for function __once_proxy();,
in file mutex:799.

Regards, niXman.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]