Fix compiler warnings when COGL debug level=minimum
This commit is contained in:
parent
05dabd1aa5
commit
68f3c87f96
@ -96,9 +96,9 @@ pre_parse_hook (GOptionContext *context,
|
||||
gpointer data,
|
||||
GError **error)
|
||||
{
|
||||
#ifdef COGL_ENABLE_DEBUG
|
||||
const char *env_string;
|
||||
|
||||
#ifdef COGL_ENABLE_DEBUG
|
||||
env_string = g_getenv ("COGL_DEBUG");
|
||||
if (env_string != NULL)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user