From 97b0a3dcdf750ae36eb40cdc57b30b1ee021d3d3 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Thu, 23 Dec 2021 13:59:20 +0100 Subject: Fix warnings on macos --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4e31a67..31e98e3 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ BIN := $(BUILD_DIR)/$(TARGET) # Compiler and linker configuration. CC := cc -CFLAGS := -Wall -Wextra -pedantic -DBIN_NAME=\"$(TARGET)\" +CFLAGS := -Wall -Wextra -pedantic -DBIN_NAME=\"$(TARGET)\" -Wno-missing-braces CFLAGS += $(INC_FLAGS) NASM_FLAGS ?= -felf64 LDFLAGS := -- cgit v1.2.1