2.23 added -Wstrict-prototypes check. Fix make check showing CC tests/helpers/test_md5.o tests/helpers/test_md5.c:8: warning: function declaration isn't a prototype Signed-off-by: Gilles Espinasse <g.esp@xxxxxxx> --- tests/helpers/test_md5.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/helpers/test_md5.c b/tests/helpers/test_md5.c index 0f37afd..44f6a93 100644 --- a/tests/helpers/test_md5.c +++ b/tests/helpers/test_md5.c @@ -4,7 +4,7 @@ #include "md5.h" -int main() +int main(void) { int i, ret; struct MD5Context ctx; -- 1.7.2.5 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html