From 6decd7aa29f3c6d996e7a5c1cd9207fe633f96e5 Mon Sep 17 00:00:00 2001 From: Ross Smyth <18294397+RossSmyth@users.noreply.github.com> Date: Wed, 2 Jul 2025 21:38:12 -0400 Subject: [PATCH] Wno-unused-macros and Wno-padded don't emit anything --- test/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index fac16ee..c5a26ab 100644 --- a/test/Makefile +++ b/test/Makefile @@ -11,7 +11,6 @@ endif ifeq ($(findstring clang, $(CC)), clang) E = -Weverything CFLAGS += $E -Wno-unknown-warning-option -Wno-missing-prototypes -CFLAGS += -Wno-unused-macros -Wno-padded CFLAGS += -Wno-unsafe-buffer-usage endif CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror