ports: avoid implicit conversions

Issue #23
This commit is contained in:
Norman Feske 2021-12-09 17:14:21 +01:00
parent dea467f692
commit 63f78b6255
2 changed files with 4 additions and 0 deletions

View File

@ -33,3 +33,5 @@ CC_OPT_PIC :=
vpath %.cc $(SEOUL_CONTRIB_DIR) vpath %.cc $(SEOUL_CONTRIB_DIR)
vpath %.cc $(REP_DIR)/src/app/seoul vpath %.cc $(REP_DIR)/src/app/seoul
vpath %.tff $(REP_DIR)/src/app/seoul vpath %.tff $(REP_DIR)/src/app/seoul
CC_CXX_WARN_STRICT_CONVERSION =

View File

@ -3,3 +3,5 @@ SRC_CC = main.cc
LIBS = base LIBS = base
REQUIRES = nova REQUIRES = nova
CC_CXX_WARN_STRICT_CONVERSION =