Ver Fonte

* Fixed: compiler warning in admin.c [akrus]

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13128 54d463be-8e91-2dee-dedb-b68131a5f0ec
akrus há 16 anos atrás
pai
commit
d0bcebabe2
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 0
      Changelog-Trunk.txt
  2. 0 2
      src/login/admin.c

+ 2 - 0
Changelog-Trunk.txt

@@ -3,6 +3,8 @@ Date	Added
 AS OF SVN REV. 5091, WE ARE NOW USING TRUNK.  ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
 IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
 
+2008/08/25
+	* Fixed: compiler warning in admin.c [akrus]
 2008/08/20
 	* Rev. 13098 Implemented Brainstorm's and SketchyPhoenix's fixes for Flying side kick. [L0ne_W0lf]
 	- Skill will now remove KA-type statuses and not remove stalker's link while preserved.

+ 0 - 2
src/login/admin.c

@@ -84,9 +84,7 @@ bool ladmin_auth(struct login_session_data* sd, const char* ip)
 //---------------------------------------
 int parse_admin(int fd)
 {
-	unsigned int i, j;
 	char* account_name;
-	struct mmo_account acc;
 
 	uint32 ipl = session[fd]->client_addr;
 	char ip[16];