From 0c9dc7318361c93e837c8f4bc5c29869076c36cd Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 21 Jul 2025 20:48:01 +0900 Subject: feat: implement va_*() functions --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index 016fa19..bb945aa 100644 --- a/justfile +++ b/justfile @@ -3,7 +3,7 @@ all: build build N="1": #!/usr/bin/env bash if [[ {{N}} = 1 ]]; then - gcc -g -O0 -o ducc main.c + gcc -Wno-builtin-declaration-mismatch -g -O0 -o ducc main.c else if [[ {{N}} = 2 ]]; then prev="" -- cgit v1.2.3-70-g09d2