diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-01-30 18:36:02 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-01-30 18:36:02 +0100 |
| commit | adf2c22d94c3bc8f2593b0fc3b63e29ed360510f (patch) | |
| tree | 43b06484139a7c064808346023acea36098a4a86 /tests/functional | |
| parent | 7476b7fcc7df55fbac1c37a49fa37b4a87a62cbc (diff) | |
add -Wextra-semi to CI tests and fix resulting warnings
Diffstat (limited to 'tests/functional')
| -rw-r--r-- | tests/functional/sokol_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/sokol_test.c b/tests/functional/sokol_test.c index 29528b68..88b0d29e 100644 --- a/tests/functional/sokol_test.c +++ b/tests/functional/sokol_test.c @@ -4,4 +4,4 @@ //------------------------------------------------------------------------------ #include "utest.h" -UTEST_MAIN(); +UTEST_MAIN() |