[build] Fix compiler warnings
Silence GCC
This commit is contained in:
parent
02fa34f65b
commit
6b92296e7f
@ -759,13 +759,13 @@ _cogl_blend_string_compile (const char *string,
|
|||||||
GError **error)
|
GError **error)
|
||||||
{
|
{
|
||||||
const char *p = string;
|
const char *p = string;
|
||||||
const char *mark;
|
const char *mark = NULL;
|
||||||
const char *error_string;
|
const char *error_string;
|
||||||
ParserState state = PARSER_STATE_EXPECT_DEST_CHANNELS;
|
ParserState state = PARSER_STATE_EXPECT_DEST_CHANNELS;
|
||||||
CoglBlendStringStatement *statement = statements;
|
CoglBlendStringStatement *statement = statements;
|
||||||
int current_statement = 0;
|
int current_statement = 0;
|
||||||
int current_arg = 0;
|
int current_arg = 0;
|
||||||
int remaining_argc;
|
int remaining_argc = 0;
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
cogl_debug_flags |= COGL_DEBUG_BLEND_STRINGS;
|
cogl_debug_flags |= COGL_DEBUG_BLEND_STRINGS;
|
||||||
|
Loading…
Reference in New Issue
Block a user