This commit is a response to Genode's increased default warning level. See the corresponding issue at: https://github.com/genodelabs/genode/issues/465
10 lines
158 B
Makefile
10 lines
158 B
Makefile
include $(REP_DIR)/lib/import/import-rtaudio.mk
|
|
|
|
LIBS := stdcxx
|
|
|
|
SRC_CC := RtAudio.cpp
|
|
|
|
vpath %.cpp $(RTAUDIO_PORT_DIR)/src/lib/rtaudio
|
|
|
|
CC_CXX_WARN_STRICT =
|