From 656c7424e853df7a72d1ba8193da30f8891777d0 Mon Sep 17 00:00:00 2001 From: Krzosa Karol Date: Tue, 1 Apr 2025 10:24:53 +0200 Subject: [PATCH] add flag --- build_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_file.c b/build_file.c index a2a2a32..1096254 100644 --- a/build_file.c +++ b/build_file.c @@ -102,7 +102,7 @@ int main(int argc, char **argv) { } else { ok = os_systemf( "clang ../src/testing/testing_main.c -o testing.exe -g -I ../src" - " -fdiagnostics-absolute-paths -Wno-unsequenced" + " -fdiagnostics-absolute-paths -Wno-unsequenced -Wsingle-bit-bitfield-constant-conversion" " -lm -ldl" ); if (ok != 0) return ok;