Edje match: Cleaned up cedric's *IMPORTANT* compiler warnings.

This commit is contained in:
Tom Hacohen 2013-03-14 16:03:15 +00:00
parent cac7a4dad8
commit 8aed36e914
2 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@ _edje_match_patterns_exec_class(const char *cl,
{
enum status status = patterns_not_found;
int pos = 1;
size_t neg;
unsigned int neg;
if (_edje_match_patterns_exec_class_complement(cl + 1, &neg) != EDJE_MATCH_OK)
return EDJE_MATCH_SYNTAX_ERROR;

View File

@ -1751,7 +1751,7 @@ struct _Edje_Patterns
size_t patterns_size;
size_t max_length;
size_t finals[];
unsigned int finals[];
};
typedef enum _Edje_User_Defined_Type