From 4ed68f73dae9e7621d7d7512b5feb686e9440bb2 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 6 Jan 2022 23:39:21 +0000 Subject: Tidy up stubs, make vstdlib a stub, build on Linux Important note: it doesn't WORK on Linux, and there's tons of warnings and stuff, but it's easier to work on when all the compiler output and whatnot is there. --- src/con_.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/con_.h') diff --git a/src/con_.h b/src/con_.h index bfc8c47..653bdad 100644 --- a/src/con_.h +++ b/src/con_.h @@ -127,7 +127,7 @@ struct con_cmd { // ConCommand in engine // con_var will be a bit different on linux; see offset_to_top etc. #ifdef __linux__ -#error FIXME: redo multi-vtable crap for itanium ABI! +#warning FIXME: redo multi-vtable crap for itanium ABI! #endif struct con_var { // ConVar in engine -- cgit v1.2.3