aboutsummaryrefslogtreecommitdiff
path: root/tests/functional
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2025-01-30 18:36:02 +0100
committerAndre Weissflog <floooh@gmail.com>2025-01-30 18:36:02 +0100
commitadf2c22d94c3bc8f2593b0fc3b63e29ed360510f (patch)
tree43b06484139a7c064808346023acea36098a4a86 /tests/functional
parent7476b7fcc7df55fbac1c37a49fa37b4a87a62cbc (diff)
add -Wextra-semi to CI tests and fix resulting warnings
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/sokol_test.c2
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()