From e1269215f9be3eb560fa4e07a53414b0698f8c7b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 13 Oct 2024 13:01:09 -0600 Subject: [PATCH] Revert "Fix a compiler warning" This reverts commit 377e3c67a435932f9da0e4f9baec1c34f4f45a15. https://github.com/harfbuzz/harfbuzz/commit/377e3c67a435932f9da0e4f9baec1c34f4f45a15#commitcomment-147888850 --- util/test-hb-subset-parsing.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/test-hb-subset-parsing.c b/util/test-hb-subset-parsing.c index a79dda065..b6b923a79 100644 --- a/util/test-hb-subset-parsing.c +++ b/util/test-hb-subset-parsing.c @@ -103,9 +103,9 @@ test_parse_instancing_spec (void) int -main (int, char **) +main (int argc, char **argv) { test_parse_instancing_spec(); - + return 0; }