From c570809ce1d1cc1d30ef4db547e6388b3fd80ac1 Mon Sep 17 00:00:00 2001 From: Christoph Haag Date: Mon, 15 Jan 2018 17:10:55 +0100 Subject: fix various -Wall warnings --- calibrate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calibrate.c') diff --git a/calibrate.c b/calibrate.c index cfd3e17..ff3b774 100644 --- a/calibrate.c +++ b/calibrate.c @@ -14,7 +14,7 @@ struct SurviveContext * ctx; int quit = 0; -static LighthouseCount = 0; +static int LighthouseCount = 0; void HandleKey( int keycode, int bDown ) { -- cgit v1.2.3