diff options
author | David Robillard <d@drobilla.net> | 2020-03-02 23:25:53 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-02 23:25:53 +0100 |
commit | 6f24133e291ccd784db38fed57d32c10f8c8cf7b (patch) | |
tree | 8f55a0f1a86c88ec64f6b0c158f4b77ba2c54fef /test/pugl_cairo_test.c | |
parent | 1512dce0b223b5c17b43e6785fa5d988a95b49d4 (diff) | |
download | pugl-6f24133e291ccd784db38fed57d32c10f8c8cf7b.tar.gz pugl-6f24133e291ccd784db38fed57d32c10f8c8cf7b.tar.bz2 pugl-6f24133e291ccd784db38fed57d32c10f8c8cf7b.zip |
Strengthen ultra-strict warnings with clang
Diffstat (limited to 'test/pugl_cairo_test.c')
-rw-r--r-- | test/pugl_cairo_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <stdbool.h> #include <stdio.h> -static PuglWorld* world = NULL; -PuglTestOptions opts = {0}; +static PuglWorld* world = NULL; +static PuglTestOptions opts = {0}; static int quit = 0; static bool entered = false; |