mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Extra extern c warning squash, XS macro expands to XS_EXTERNAL which under c++ expands to extern c
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user