mirror of https://github.com/odrling/Aegisub
Remove -Wno-variadic-macros from CXXFLAGS
It's no longer nonstandard in C++11.
This commit is contained in:
parent
6fc4c8da14
commit
7f289551ae
|
@ -2,7 +2,7 @@ include ../Makefile.inc
|
|||
|
||||
LIB = libaegisub.a
|
||||
|
||||
CXXFLAGS += -Iinclude -I../src -I.. -DLAGI -fPIC -Wno-variadic-macros
|
||||
CXXFLAGS += -Iinclude -I../src -I.. -fPIC
|
||||
CPPFLAGS += $(CPPFLAGS_BOOST)
|
||||
|
||||
PRECOMPILED_HEADER_NAME = lagi_pre.h
|
||||
|
|
Loading…
Reference in New Issue