This commit is a response to Genode's increased default warning level. See the corresponding issue at: https://github.com/genodelabs/genode/issues/465
6 lines
101 B
Makefile
6 lines
101 B
Makefile
SRC_CC = any-rom.cc
|
|
vpath %.cc $(REP_DIR)/src/lib/vfs/any-rom
|
|
SHARED_LIB = yes
|
|
|
|
CC_CXX_WARN_STRICT =
|