From cb78f18de10b763e97caad90902a60fdee0eb9c9 Mon Sep 17 00:00:00 2001 From: Dr-Noob Date: Tue, 10 Nov 2020 22:46:39 +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 4c4ac29..9ff77b7 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 -Wno-fomat-noliteral -Wpointer-arith -Wstrict-overflow=5 +SANITY_FLAGS=-Wfloat-equal -Wshadow -Wpointer-arith -Wstrict-overflow=5 SRC_COMMON=src/common/