1
0
Fork 0
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:
Stefan Lankes 2017-07-19 09:18:02 +02:00
parent f4a4a31cd8
commit 5ee0bf997a

View file

@ -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() {
}