improper_ctypes: extern "C"
fns
This commit is contained in:
parent
2e4da3caad
commit
a515258b35
16 changed files with 493 additions and 22 deletions
|
@ -239,6 +239,7 @@ impl<'a> Drop for DiagnosticHandlers<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(improper_ctypes)]
|
||||
unsafe extern "C" fn report_inline_asm(cgcx: &CodegenContext<LlvmCodegenBackend>,
|
||||
msg: &str,
|
||||
cookie: c_uint) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue