diff --git a/test/Makefile b/test/Makefile index d10f28f..35dbd43 100644 --- a/test/Makefile +++ b/test/Makefile @@ -3,6 +3,7 @@ ifeq ($(shell uname -s), Darwin) CC = clang CFLAGS += -std=c99 -pedantic -Wall -Weverything -Werror CFLAGS += -Wno-unknown-warning-option -Wno-switch-enum +CFLAGS += -Wno-padded -Wno-double-promotion endif ifeq ($(shell uname -s), Linux) CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror