mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove compiler warnings
This commit is contained in:
parent
f4a4a31cd8
commit
5ee0bf997a
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
|||
//! or something, but which we need to provide manually because we're on
|
||||
//! bare metal.
|
||||
|
||||
#![allow(private_no_mangle_fns)]
|
||||
|
||||
#[lang = "eh_personality"]
|
||||
extern "C" fn eh_personality() {
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue