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

@@ -230,6 +230,7 @@ quote_schema_name_dquote(const gchar* schema, const gchar *name)
* For backends that really do NOT support schema
* returns "name" or "schema_name"
*/
/*
static gchar*
quote_schema_name_dquote_merge(const gchar* schema, const gchar *name)
{
@@ -240,7 +241,7 @@ quote_schema_name_dquote_merge(const gchar* schema, const gchar *name)
return result;
}
return quote_generic(name, '"', '"');
}
}*/
static gchar*
quote_schema_name_rquotes_merge(const gchar* schema, const gchar *name)