os: fix 'test-cpu' compile error with GCC 8.3.0

Fixes #3335
This commit is contained in:
Christian Prochaska 2019-05-06 18:01:21 +02:00 committed by Christian Helmuth
parent 2191ff656e
commit 9c17c83bf1

View File

@ -2,3 +2,4 @@ TARGET = test-cpu
SRC_CC = main.cc
INC_DIR = $(PRG_DIR)
LIBS = base
CC_WARN = -Wno-register