2015-10-14
2015-10-14 18:49:19 by Martin Nilsson <nilsson@fastmail.com>
-
bd67392d207c0b103e73135135d2f2c67ff90e14
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 8.1
Removed Intel IA64 compiler specific DO_NOT_WARN.
1487:
yyerror("Expected constant, got void expression.");
}else{
yyerror("Possible internal error!!!");
- pop_n_elems(DO_NOT_WARN(args-1));
+ pop_n_elems(args-1);
return;
}
} else {
5170: Inside #if defined(PIKE_DEBUG)
#ifdef PIKE_DEBUG
if((a_flag > 1) || (c->lex.pragmas & ID_DISASSEMBLE))
fprintf(stderr, "Doing function '%s' at %lx\n", name->str,
- DO_NOT_WARN((unsigned long)PIKE_PC));
+ (unsigned long)PIKE_PC);
#endif
args=count_arguments(type);