summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJason Gerecke <killertofu@gmail.com>2012-02-29 15:12:27 -0800
committerJason Gerecke <killertofu@gmail.com>2012-02-29 15:12:27 -0800
commit00b784202448dfc8f1e142c3745053ae1e82b042 (patch)
treedd9e7821b9e91f707a5bb64e636c05871277bcb5 /test
parent632134f4697935ada00d72bc19286f551b42da53 (diff)
Change return type of 'test_flag_set' to void
Compiler complains that nothing is being returned, but nothing *should* be returned.
Diffstat (limited to 'test')
-rw-r--r--test/wacom-tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wacom-tests.c b/test/wacom-tests.c
index a22c970..a42927e 100644
--- a/test/wacom-tests.c
+++ b/test/wacom-tests.c
@@ -603,7 +603,7 @@ static void test_set_type(void)
#undef reset
}
-static int test_flag_set(void)
+static void test_flag_set(void)
{
int i;
unsigned int flags = 0;