From 6f45894c7f5f145208e0fce4344b2b87eb8ae722 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Wed, 15 Mar 2023 22:07:18 +0100 Subject: silence some warnings --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5fadadc..c51e283 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,8 @@ OBJ = $(COMMOBJ) $(AMD64OBJ) $(ARM64OBJ) $(RV64OBJ) SRCALL = $(OBJ:.o=.c) -CFLAGS = $(CPPFLAGS) -Wall -Wextra -std=c99 -g -Wpedantic +CFLAGS = $(CPPFLAGS) -std=c99 -g \ + -Wall -Wextra -Wpedantic -Wno-format-truncation qbe: $(OBJ) $(CC) $(LDFLAGS) $(OBJ) -o $@ -- cgit 1.4.1