From ee5de492f765f02b09fee772540017fb5ea1007e Mon Sep 17 00:00:00 2001 From: "rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Tue, 12 Oct 2004 21:48:40 +0000 Subject: BUILD : 1.7.5 (391) BUGS : N/A NOTES : Code tidy, added make strict to the makefile, allowing ansi Wall pedantic to be used for compiling git-svn-id: svn://svn.anope.org/anope/trunk@391 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@256 5417fbe8-f217-4b02-8779-1006273d7864 --- src/mysql.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mysql.c') diff --git a/src/mysql.c b/src/mysql.c index 0153493ea..aeab71668 100644 --- a/src/mysql.c +++ b/src/mysql.c @@ -1167,7 +1167,7 @@ void db_mysql_load_cs_dbase(void) { char sqlcmd[MAX_SQL_BUF], *tempstr; ChannelInfo *ci; - int n_levels, j, m; + int n_levels, j; MYSQL_RES *res; MYSQL_ROW row; @@ -1436,7 +1436,7 @@ void db_mysql_load_ns_dbase(void) NickAlias *na; MYSQL_RES *res; MYSQL_ROW row; - int i, j, m; + int i, j; if (!do_mysql) return; -- cgit