Skip to content

Commit 34f6e4c

Browse files
Wumpfemilk
andauthored
Silence harmeless "Unrecognized present mode" warning (#10379)
### Related * #10286 * leaving it open until proper fix arrives * proper upstream fix in gfx-rs/wgpu#7850 ### What Fixes annoying warning spam on Windows (some systems? also Linux?). --------- Co-authored-by: Emil Ernerfeldt <[email protected]>
1 parent b0d278d commit 34f6e4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/utils/re_log/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ const CRATES_AT_ERROR_LEVEL: &[&str] = &[
5757
// silence rustls in release mode: https://github.com/rerun-io/rerun/issues/3104
5858
#[cfg(not(debug_assertions))]
5959
"rustls",
60+
// TODO(#10286): Remove once we have a wgpu version with https://github.com/gfx-rs/wgpu/pull/7850 landed.
61+
"wgpu_hal::vulkan::conv",
6062
];
6163

6264
/// Never log anything less serious than a `WARN` from these crates.

0 commit comments

Comments
 (0)