From d2452ecf95d5be8e960635f1c833d6664322fc88 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Fri, 27 Sep 2019 00:47:54 +0100 Subject: GLK: TADS: Fix GCC Compiler Warnings The warnings were due to unmatched quote characters. --- engines/glk/tads/tads2/error.cpp | 2 +- engines/glk/tads/tads2/error_handling.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/glk/tads') diff --git a/engines/glk/tads/tads2/error.cpp b/engines/glk/tads/tads2/error.cpp index 5ce0e10b09..731341f806 100644 --- a/engines/glk/tads/tads2/error.cpp +++ b/engines/glk/tads/tads2/error.cpp @@ -162,7 +162,7 @@ int errfmt(char *outbuf, int outbufl, const char *fmt, int argc, const erradef * } #ifdef DEBUG -#error lonjump isn't supported in ScummVM +#error longjump unsupported in ScummVM #endif /* DEBUG */ diff --git a/engines/glk/tads/tads2/error_handling.cpp b/engines/glk/tads/tads2/error_handling.cpp index 86b307724d..5f7267408f 100644 --- a/engines/glk/tads/tads2/error_handling.cpp +++ b/engines/glk/tads/tads2/error_handling.cpp @@ -137,7 +137,7 @@ int errfmt(char *outbuf, int outbufl, char *fmt, int argc, erradef *argv) } #if defined(DEBUG) && !defined(ERR_NO_MACRO) -#error longjmp isn't supported in ScummVM +#error longjmp unsupported in ScummVM #endif /* DEBUG */ -- cgit v1.2.3