fix warnings
This commit is contained in:
parent
4680fc8dbc
commit
0606b4c0e1
2 changed files with 2 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ pub unsafe fn init(
|
|||
init: InitMessage,
|
||||
f: fn(),
|
||||
) -> *const u8 {
|
||||
super::logging::init();
|
||||
let client = Rc::new(ConfigClient {
|
||||
configure: f,
|
||||
srv_data,
|
||||
|
|
|
|||
|
|
@ -77,6 +77,7 @@ fn main() -> anyhow::Result<()> {
|
|||
println!("cargo:rerun-if-changed=src/bridge.c");
|
||||
cc::Build::new()
|
||||
.file("src/bridge.c")
|
||||
.opt_level(2)
|
||||
.compile("jay-libinput-bridge");
|
||||
|
||||
let mut f = open("libinput_tys.rs")?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue