bugfix(server_openvr, linux): Fix intel graphics failing to run ALVR #4715
rust.yml
on: pull_request
check-windows
5m 29s
check-linux
3m 29s
check-macos
54s
build-android
1m 40s
tests
1m 9s
check-format
16s
check-msrv-windows
6m 16s
check-msrv-linux
3m 29s
Annotations
1 error and 2 warnings
check-format
Process completed with exit code 101.
|
check-linux:
alvr/graphics/src/stream.rs#L227
warning: unsafe function's docs are missing a `# Safety` section
--> alvr/graphics/src/stream.rs:227:5
|
227 | pub unsafe fn render(&self, hardware_buffer: *mut c_void, view_params: [StreamViewParams; 2]) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
= note: `#[warn(clippy::missing_safety_doc)]` on by default
|
check-windows:
alvr/graphics/src/stream.rs#L227
warning: unsafe function's docs are missing a `# Safety` section
--> alvr\graphics\src\stream.rs:227:5
|
227 | pub unsafe fn render(&self, hardware_buffer: *mut c_void, view_params: [StreamViewParams; 2]) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
= note: `#[warn(clippy::missing_safety_doc)]` on by default
|