From 6f24133e291ccd784db38fed57d32c10f8c8cf7b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 2 Mar 2020 23:25:53 +0100 Subject: Strengthen ultra-strict warnings with clang --- test/pugl_cairo_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/pugl_cairo_test.c') diff --git a/test/pugl_cairo_test.c b/test/pugl_cairo_test.c index 8e44bb2..4cabec9 100644 --- a/test/pugl_cairo_test.c +++ b/test/pugl_cairo_test.c @@ -29,8 +29,8 @@ #include #include -static PuglWorld* world = NULL; -PuglTestOptions opts = {0}; +static PuglWorld* world = NULL; +static PuglTestOptions opts = {0}; static int quit = 0; static bool entered = false; -- cgit v1.2.1