commit | dcfcb950b81a2865ef01f5a69087264b79ed1bfd | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Sun Sep 30 18:14:50 2018 +0200 |
committer | Behdad Esfahbod <behdad@behdad.org> | Sun Sep 30 18:14:50 2018 +0200 |
tree | e77a47f1b2016825b1bd95cf0be1a48bbcfe196f | |
parent | be0b2ed3162f465dbf44a0f018d4e2af5dcdf87c [diff] [blame] |
[test] Fix -Wunused-parameter warnings
diff --git a/test/api/test-c.c b/test/api/test-c.c index 4b43b83..78d6e97 100644 --- a/test/api/test-c.c +++ b/test/api/test-c.c
@@ -58,7 +58,7 @@ #endif int -main (int argc, char **argv) +main (void) { return !*hb_shape_list_shapers (); }