Fix more warnings

This commit is contained in:
Behdad Esfahbod 2012-12-29 22:56:14 -05:00
parent 1404af312a
commit eb9ffac7e5
2 changed files with 0 additions and 2 deletions

View File

@ -151,6 +151,5 @@ FcStrSerialize (FcSerialize *serialize, const FcChar8 *str)
strcpy ((char *) str_serialize, (const char *) str); strcpy ((char *) str_serialize, (const char *) str);
return str_serialize; return str_serialize;
} }
#define __fcserialize__
#include "fcaliastail.h" #include "fcaliastail.h"
#undef __fcserialize__ #undef __fcserialize__

View File

@ -257,6 +257,5 @@ Exit:
} }
#undef QALLOC #undef QALLOC
#define __ftglue__
#include "fcaliastail.h" #include "fcaliastail.h"
#undef __ftglue__ #undef __ftglue__