From d38303ba5860cdfb3f2532a3cc1e787a8cccbafd Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 13 Aug 2025 02:08:09 +0900 Subject: chore: remove unnecessary -Wno-builtin-declaration-mismatch flag --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index bb945aa..016fa19 100644 --- a/justfile +++ b/justfile @@ -3,7 +3,7 @@ all: build build N="1": #!/usr/bin/env bash if [[ {{N}} = 1 ]]; then - gcc -Wno-builtin-declaration-mismatch -g -O0 -o ducc main.c + gcc -g -O0 -o ducc main.c else if [[ {{N}} = 2 ]]; then prev="" -- cgit v1.2.3-70-g09d2