Add -std=c++98 to prevent warnings

This commit is contained in:
twinaphex 2016-08-29 04:26:08 +02:00
parent 36391e168b
commit d6ffbd5e13

View File

@ -281,6 +281,8 @@ else
CXXFLAGS += -O3 -fno-exceptions -fno-rtti -DHAVE_STDINT_H
endif
CXXFLAGS += -std=c++98
CORE_DIR := src
include Makefile.common