From 1db9054d21c566a1100212d958f1f250bcb902e5 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Wed, 24 Sep 2014 00:33:22 +0200 Subject: [PATCH] ansi decl --- tests/test_psensor_type_to_unit_str.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_psensor_type_to_unit_str.c b/tests/test_psensor_type_to_unit_str.c index 3ce27f8..35ab310 100644 --- a/tests/test_psensor_type_to_unit_str.c +++ b/tests/test_psensor_type_to_unit_str.c @@ -42,7 +42,7 @@ test_fct(unsigned int type, int use_celsius, const char *ref) return 1; } -static int test() { +static int test(void) { int failures; failures = 0; -- 2.7.4