[Fontconfig] fontconfig: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Thu Mar 15 14:51:14 UTC 2018
test/test-name-parse.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 58f52853d5689e897525a5926c1a222340d3f404
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Thu Mar 15 07:51:06 2018 -0700
Minor: fix warnings
diff --git a/test/test-name-parse.c b/test/test-name-parse.c
index 0adb525..7382360 100644
--- a/test/test-name-parse.c
+++ b/test/test-name-parse.c
@@ -1,7 +1,7 @@
#include <fontconfig/fontconfig.h>
#include <stdio.h>
-int
+static int
test (const FcChar8 *query, const FcPattern *expect)
{
FcPattern *pat;
@@ -26,7 +26,7 @@ bail:
int
main (void)
{
- FcPattern *pat, *expect;
+ FcPattern *expect;
int c = 0, ret;
BEGIN (expect) {
More information about the Fontconfig
mailing list