summaryrefslogtreecommitdiff
path: root/src/echar
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-05-02 19:37:25 +0300
committerAndrei Karas <akaras@inbox.ru>2016-05-02 19:37:25 +0300
commitdc8bca67ce4b9e9027d0e04a604570dfc5a8a262 (patch)
tree1f31f9706f00f30390ba31e8be267c3495e7d58f /src/echar
parenta3d04a4586b806fe76372da7716b911bb9a7742c (diff)
downloadevol-hercules-dc8bca67ce4b9e9027d0e04a604570dfc5a8a262.tar.gz
evol-hercules-dc8bca67ce4b9e9027d0e04a604570dfc5a8a262.tar.bz2
evol-hercules-dc8bca67ce4b9e9027d0e04a604570dfc5a8a262.tar.xz
evol-hercules-dc8bca67ce4b9e9027d0e04a604570dfc5a8a262.zip
Fix compilation warning.
Diffstat (limited to 'src/echar')
-rw-r--r--src/echar/char.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/echar/char.c b/src/echar/char.c
index 1a75086..e5649ad 100644
--- a/src/echar/char.c
+++ b/src/echar/char.c
@@ -107,8 +107,8 @@ void echar_parse_char_create_new_char(int *fdPtr, struct char_session_data **sdP
static int tmpVersion = 0;
void echar_parse_char_connect_pre(int *fdPtr,
- struct char_session_data **sd,
- uint32 *ipl)
+ struct char_session_data **sd __attribute__ ((unused)),
+ uint32 *ipl __attribute__ ((unused)))
{
tmpVersion = RFIFOW(*fdPtr, 14);
}