pike.git/
src/
pike_types.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2020-11-01
2020-11-01 13:30:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>
da5298fcf32c4a9e5c868b6ef89d9785dd9f6f03 (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: Fix some C-compiler warnings.
4357:
tmp2 = remap_markers(a->cdr, NULL, remap, remap_flags); } break;
+
default:
+
/* Make the C-compiler happy. */
+
break;
} type_stack_mark();
4414:
remap_flags ^ PT_FLAG_REMAP_SWAP_MARKERS); } break;
+
default:
+
/* Make the C-compiler happy. */
+
break;
} type_stack_mark();