summaryrefslogtreecommitdiff
path: root/src/map/chrif.c
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-01 02:59:03 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-01 02:59:03 +0000
commit78314d2fc9e4aa68d0b8557d84f219f9e8827881 (patch)
tree6995570622c927eb61b70c41621dca5b1afeb0c9 /src/map/chrif.c
parent291142d689cdc66d8bd3a8980056adab2e4b8a5a (diff)
downloadhercules-78314d2fc9e4aa68d0b8557d84f219f9e8827881.tar.gz
hercules-78314d2fc9e4aa68d0b8557d84f219f9e8827881.tar.bz2
hercules-78314d2fc9e4aa68d0b8557d84f219f9e8827881.tar.xz
hercules-78314d2fc9e4aa68d0b8557d84f219f9e8827881.zip
[Fixed]:
- Suppressed compilation warning in chrif.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6906 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r--src/map/chrif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/chrif.c b/src/map/chrif.c
index 7f4c0be92..0ec1fdff7 100644
--- a/src/map/chrif.c
+++ b/src/map/chrif.c
@@ -317,7 +317,7 @@ int chrif_removemap(int fd){
*/
int chrif_changemapserver(struct map_session_data *sd, short map, int x, int y, int ip, short port)
{
- int i, s_ip=0;
+ int /*i, */s_ip=0;
nullpo_retr(-1, sd);