Bunch of fixes for compilation warnings, mostly unused vars.

This commit is contained in:
Nirgal
2011-08-10 18:00:18 -04:00
committed by Brian Bruns
parent 3280842de1
commit 456f261cab
14 changed files with 34 additions and 55 deletions

View File

@@ -41,7 +41,7 @@ static MdbSQL *g_sql;
%token <name> IDENT NAME PATH STRING NUMBER
%token SELECT FROM WHERE CONNECT DISCONNECT TO LIST TABLES WHERE AND OR NOT
%token SELECT FROM WHERE CONNECT DISCONNECT TO LIST TABLES AND OR NOT
%token DESCRIBE TABLE
%token LTEQ GTEQ LIKE IS NUL