From 65f0febf03ced2bcf42a24e0b86df97d3d25f9c3 Mon Sep 17 00:00:00 2001 From: nah <2trill2spill@gmail.com> Date: Sun, 4 Sep 2016 09:55:49 -0500 Subject: [PATCH] Ignore padding and float to double implicit warning. --- test/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- GitLab