From: Karel Zak Date: Mon, 7 Dec 2020 12:26:33 +0000 (+0100) Subject: login: fix compiler warning [-Werror=strict-prototypes] X-Git-Tag: v2.37-rc1~243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96c828258401e7e3c889878d245ea76eefbbf000;p=thirdparty%2Futil-linux.git login: fix compiler warning [-Werror=strict-prototypes] Signed-off-by: Karel Zak --- diff --git a/login-utils/login.c b/login-utils/login.c index 644bdd31d2..4f71925dbd 100644 --- a/login-utils/login.c +++ b/login-utils/login.c @@ -403,7 +403,7 @@ static void motd(void) /* * Display message of the day and you have mail notifications */ -static void display_login_messages() +static void display_login_messages(void) { motd();