Did some work checking the build on OSX. Looks like clang 14 is too old, will try later version.
This commit is contained in:
parent
8d9c2d8c05
commit
2a4ada81bb
7 changed files with 75 additions and 58 deletions
|
@ -159,5 +159,9 @@ bool ANSIParser::parse(std::wstring_view codes, ColorCB color_cb, WriteCB write_
|
|||
}
|
||||
}
|
||||
|
||||
(void)ansi_parser_first_final;
|
||||
(void)ansi_parser_error;
|
||||
(void)ansi_parser_en_main;
|
||||
|
||||
return good;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue