1
0
Fork 0
forked from wry/wry

all: mark no_mangle attribute as unsafe

This commit is contained in:
Julian Orth 2024-10-20 16:25:12 +02:00
parent 1cbbc42c5d
commit 0cbaf4493e
4 changed files with 4 additions and 4 deletions

View file

@ -166,7 +166,7 @@ impl Drop for LibInput {
}
}
#[no_mangle]
#[unsafe(no_mangle)]
unsafe extern "C" fn jay_libinput_log_handler(
_libinput: *mut libinput,
priority: libinput_log_priority,