This commit is a response to Genode's increased default warning level. See the corresponding issue at: https://github.com/genodelabs/genode/issues/465
8 lines
178 B
Makefile
8 lines
178 B
Makefile
include $(REP_DIR)/lib/mk/fdk-aac.inc
|
|
|
|
SRC_CC := $(notdir $(wildcard $(FDK_AAC_SRC_DIR)/libSBRdec/src/*.cpp))
|
|
|
|
vpath %.cpp $(FDK_AAC_SRC_DIR)/libSBRdec/src
|
|
|
|
CC_CXX_WARN_STRICT =
|