From 137188ff4f8cedbe2b4852277a36167bbd41ab04 Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Fri, 17 Mar 2023 19:47:30 -0500 Subject: [PATCH] Comment out an obsolete error message. --- Scanner.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scanner.pas b/Scanner.pas index dc6e6df..93c1db0 100644 --- a/Scanner.pas +++ b/Scanner.pas @@ -766,7 +766,7 @@ if list or (numErr <> 0) then begin 147: msg := @'lint: not all parameters were declared with a type'; 148: msg := @'all parameters must have a complete type'; 149: msg := @'invalid universal character name for use in an identifier'; - 150: msg := @'designated initializers are not supported by ORCA/C'; + {150: msg := @'designated initializers are not supported by ORCA/C';} 151: msg := @'lint: type specifier missing'; 152: msg := @'lint: return with no value in non-void function'; 153: msg := @'lint: return statement in function declared _Noreturn';