mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-14 23:22:26 +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:
parent
fa418172d6
commit
95c8b60ec6
@ -221,9 +221,6 @@ XS(XS_EQDB_escape_string)
|
||||
XSRETURN(1);
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
#endif
|
||||
XS(boot_EQDB); /* prototype to pass -Wmissing-prototypes */
|
||||
XS(boot_EQDB)
|
||||
{
|
||||
|
||||
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user