blob: 2abfcb17ceb3e0b7da6e945aeff920d4c91d9307 [file] [log] [blame]
include $(EXTERNAL_BOOST_COMMON)
# -Wno-error=return-type: boost/chrono/detail/inlined/posix/process_cpu_clocks.hpp
# has several functions that trigger this warning
# -Wno-error=return-type
LOCAL_CFLAGS += -DBOOST_SYSTEM_NO_DEPRECATED
# gcc flags...
LOCALL_CXXFLAGS += \
-Wextra \
-Wpedantic \
-Wno-long-long \
-Wno-variadic-macros