Przeglądaj źródła

[Fixed]:
- Suppressed compilation warning in chrif.c

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6906 54d463be-8e91-2dee-dedb-b68131a5f0ec

Lance 19 lat temu
rodzic
commit
b3bf8b2464
2 zmienionych plików z 3 dodań i 1 usunięć
  1. 2 0
      Changelog-Trunk.txt
  2. 1 1
      src/map/chrif.c

+ 2 - 0
Changelog-Trunk.txt

@@ -4,6 +4,8 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK.  ALL UNTESTED BUGFIXES/FEATURES GO
 IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
 
 2006/05/31
+	* [Fixed]:
+	  - Suppressed compilation warning in chrif.c [Lance]
 	* [Fixed]:
 	  - Guys can't go across map-servers :( [Lance]
 	* [Fixed]:

+ 1 - 1
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);