mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-21 23:50:56 +00:00
Never mind
This commit is contained in:
parent
25e86c04eb
commit
2d0f0a3607
1 changed files with 1 additions and 1 deletions
2
parser.c
2
parser.c
|
@ -1590,7 +1590,7 @@ static bool parse_sya_operand(parser_t *parser, shunt *sy, bool with_labels)
|
|||
*/
|
||||
if (!var) {
|
||||
if ((var = intrin_func(parser->intrin, parser_tokval(parser)))) {
|
||||
(void)!!!compile_warning(
|
||||
(void)!compile_warning(
|
||||
parser_ctx(parser),
|
||||
WARN_BUILTINS,
|
||||
"using implicitly defined builtin `__builtin_%s' for `%s'",
|
||||
|
|
Loading…
Reference in a new issue