Cleanup imports and other warnings

This commit is contained in:
Brandon Fish
2019-01-24 00:00:38 -06:00
parent 99bc454c5b
commit 89c2aa8c32
6 changed files with 16 additions and 17 deletions

View File

@ -41,7 +41,7 @@ pub extern "C" fn em_abort(message: u32, vmctx: &mut Ctx) {
}
}
pub extern "C" fn abort_stack_overflow(what: c_int) {
pub extern "C" fn abort_stack_overflow(_what: c_int) {
debug!("emscripten::abort_stack_overflow");
// TODO: Message incomplete. Need to finish em runtime data first
abort_with_message("Stack overflow! Attempted to allocate some bytes on the stack");