From: Jean-Philippe Orsini Date: Tue, 23 Sep 2014 22:33:22 +0000 (+0200) Subject: ansi decl X-Git-Tag: v1.2.0~175 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=1db9054d21c566a1100212d958f1f250bcb902e5 ansi decl --- 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;