From 07f3f26ff662e76e9ac2cf02fd1cfe2c5ee985cd Mon Sep 17 00:00:00 2001 From: Dr-Noob Date: Tue, 10 Nov 2020 22:45:14 +0100 Subject: [PATCH] [v0.84][BUGFIX] Fix more compilation issues --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 283c3de..4c4ac29 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CXX=gcc CXXFLAGS=-Wall -Wextra -Werror -pedantic -fstack-protector-all -pedantic -std=c99 -SANITY_FLAGS=-Wfloat-equal -Wshadow -Wpointer-arith -Wstrict-overflow=5 -Wformat=2 +SANITY_FLAGS=-Wfloat-equal -Wshadow -Wno-fomat-noliteral -Wpointer-arith -Wstrict-overflow=5 SRC_COMMON=src/common/