pike.git/
src/
docode.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:23:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>
5c390e3db246fafad8f87158d777c940a756d3b4 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
Fixed warning when compiling without PIKE_DEBUG.
615:
{ struct compilation *c = THIS_COMPILATION; node *low = CADR (n), *high = CDDR (n);
-
int bound_types
;
/* Got bogus gcc warning here. */
+
int bound_types
=
0;
/* Got bogus gcc warning here. */
switch (low->token) { case F_RANGE_FROM_BEG: bound_types = RANGE_LOW_FROM_BEG; break;