summaryrefslogtreecommitdiffstats
path: root/tests/helpers/test_md5.c
diff options
context:
space:
mode:
authorKarel Zak2011-08-01 14:57:05 +0200
committerKarel Zak2011-08-01 15:27:26 +0200
commit6301d23a656a38d31a47bfac856124935fd70c30 (patch)
treea1b98bbeb17cf55406ce2c5e35c1d45e86451e5d /tests/helpers/test_md5.c
parentswaplabel: fix compiler warnings [-Wunused-parameter] (diff)
downloadkernel-qcow2-util-linux-6301d23a656a38d31a47bfac856124935fd70c30.tar.gz
kernel-qcow2-util-linux-6301d23a656a38d31a47bfac856124935fd70c30.tar.xz
kernel-qcow2-util-linux-6301d23a656a38d31a47bfac856124935fd70c30.zip
tests: fix compiler warnings [-Wunused-parameter]
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/helpers/test_md5.c')
-rw-r--r--tests/helpers/test_md5.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/helpers/test_md5.c b/tests/helpers/test_md5.c
index 7f1e4f358..0f37afdc0 100644
--- a/tests/helpers/test_md5.c
+++ b/tests/helpers/test_md5.c
@@ -4,8 +4,7 @@
#include "md5.h"
-int
-main(int argc, char *argv[])
+int main()
{
int i, ret;
struct MD5Context ctx;