From 9c17c83bf16ffe81f3b915dd7689994206400921 Mon Sep 17 00:00:00 2001 From: Christian Prochaska Date: Mon, 6 May 2019 18:01:21 +0200 Subject: [PATCH] os: fix 'test-cpu' compile error with GCC 8.3.0 Fixes #3335 --- repos/os/src/test/cpu_bench/target.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/os/src/test/cpu_bench/target.mk b/repos/os/src/test/cpu_bench/target.mk index a61148ad85..38669cdda2 100644 --- a/repos/os/src/test/cpu_bench/target.mk +++ b/repos/os/src/test/cpu_bench/target.mk @@ -2,3 +2,4 @@ TARGET = test-cpu SRC_CC = main.cc INC_DIR = $(PRG_DIR) LIBS = base +CC_WARN = -Wno-register