From: Karel Zak Date: Thu, 18 Apr 2013 09:23:34 +0000 (+0200) Subject: tests: fix compiler warning X-Git-Tag: v2.23~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7194825b7bc72d4863ea8198be2aecb60dec5e57;p=thirdparty%2Futil-linux.git tests: fix compiler warning Signed-off-by: Karel Zak --- diff --git a/tests/helpers/test_byteswap.c b/tests/helpers/test_byteswap.c index 7467ed2707..0b996e09bf 100644 --- a/tests/helpers/test_byteswap.c +++ b/tests/helpers/test_byteswap.c @@ -48,7 +48,7 @@ uint64_t ary64[] = { 0x0000000000000000, 0x0000000000000000 }; -int main() +int main(void) { int i; int errors = 0;