summaryrefslogtreecommitdiffstats
path: root/tests/helpers
diff options
context:
space:
mode:
authorKarel Zak2013-04-18 11:23:34 +0200
committerKarel Zak2013-04-18 11:23:34 +0200
commit7194825b7bc72d4863ea8198be2aecb60dec5e57 (patch)
tree66192f392e2b4b91e07d75b395aa9d50c9fd8342 /tests/helpers
parentbuild-sys: use pkg-config results for libuser (diff)
downloadkernel-qcow2-util-linux-7194825b7bc72d4863ea8198be2aecb60dec5e57.tar.gz
kernel-qcow2-util-linux-7194825b7bc72d4863ea8198be2aecb60dec5e57.tar.xz
kernel-qcow2-util-linux-7194825b7bc72d4863ea8198be2aecb60dec5e57.zip
tests: fix compiler warning
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/helpers')
-rw-r--r--tests/helpers/test_byteswap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/helpers/test_byteswap.c b/tests/helpers/test_byteswap.c
index 7467ed270..0b996e09b 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;