[v0.94] Fix compilation issues

This commit is contained in:
Dr-Noob
2020-12-01 16:13:38 +01:00
parent b1f3196e0d
commit 01e22b8090
5 changed files with 10 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
CXX=gcc
CXXFLAGS=-Wall -Wextra -Werror -pedantic -fstack-protector-all -pedantic -std=c99
SANITY_FLAGS=-Wfloat-equal -Wshadow -Wpointer-arith
SANITY_FLAGS=-Wfloat-equal -Wshadow -Wpointer-arith -Wno-stringop-truncation
SRC_COMMON=src/common/