diff options
author | Akira TAGOH <akira@tagoh.org> | 2018-01-04 20:32:46 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2018-01-04 20:37:26 +0900 |
commit | 767e3aa7c50c2a707b42d9eda879b1046558bb6f (patch) | |
tree | 1930361af3fb2c417b8c6ddd1347707f0298ff3c /test | |
parent | 706535e10715938c10e65e727feb607373ac1a47 (diff) |
Fix compiler warnings
Diffstat (limited to 'test')
-rw-r--r-- | test/test-bz131804.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test-bz131804.c b/test/test-bz131804.c index f89756b6..99f87e96 100644 --- a/test/test-bz131804.c +++ b/test/test-bz131804.c @@ -46,7 +46,6 @@ comp(const FcChar8 *l1, const FcChar8 *l2) int main(void) { - FcLangResult result; int i = 1; /* 1 */ |