From 586b7495da07c6d6d0acd38b5cc1137fb3ce1c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 20 Aug 2018 01:56:16 +0200 Subject: [PATCH] Fix FTBFS with stricter C++11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kernel/kls_wal/q2pal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/kls_wal/q2pal.h b/kernel/kls_wal/q2pal.h index 39530e5..e7ee100 100644 --- a/kernel/kls_wal/q2pal.h +++ b/kernel/kls_wal/q2pal.h @@ -3,7 +3,7 @@ /* Quake2 pallette taken from DevIL library (http://imagelib.org) */ -static const s8 q2pal[768] = +static const u8 q2pal[768] = { 0, 0, 0, 15, 15, 15,