Fix more warnings
This commit is contained in:
parent
1404af312a
commit
eb9ffac7e5
|
@ -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__
|
||||||
|
|
|
@ -257,6 +257,5 @@ Exit:
|
||||||
}
|
}
|
||||||
|
|
||||||
#undef QALLOC
|
#undef QALLOC
|
||||||
#define __ftglue__
|
|
||||||
#include "fcaliastail.h"
|
#include "fcaliastail.h"
|
||||||
#undef __ftglue__
|
#undef __ftglue__
|
||||||
|
|
Loading…
Reference in New Issue