pike.git/
src/
docode.c
Branch:
Tag:
Non-build tags
All tags
No tags
2013-02-06
2013-02-06 16:04:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>
61989ffbd3e363cd61bacd2ddafab4a830ae73b8 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
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;