Extra extern c warning squash, XS macro expands to XS_EXTERNAL which under c++ expands to extern c

This commit is contained in:
KimLS
2022-02-11 17:45:34 -08:00
parent fa418172d6
commit 95c8b60ec6
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -260,9 +260,6 @@ XS(XS_EQDBRes_fetch_lengths)
XSRETURN(1);
}
#ifdef __cplusplus
extern "C"
#endif
XS(boot_EQDBRes); /* prototype to pass -Wmissing-prototypes */
XS(boot_EQDBRes)
{