From 14a9802d78953790ee90f13f244a2e412404f550 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 17 May 2011 15:53:57 +1000 Subject: Fix compiler warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit xkbset.h:44:1: warning: function declaration isn’t a prototype usage.c:33:6: warning: old-style function definition Signed-off-by: Peter Hutterer --- usage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usage.c') diff --git a/usage.c b/usage.c index 7e818b1..0afa2d7 100644 --- a/usage.c +++ b/usage.c @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. #include "xkbset.h" -void print_usage() +void print_usage(void) { printf("Usage: To set or unset various options:\n"); printf("\n"); -- cgit v1.2.3