Skip to content

Remove GTK dependency #37

Remove GTK dependency

Remove GTK dependency #37

Triggered via push March 29, 2024 16:06
Status Success
Total duration 15m 57s
Artifacts 3
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
trait `StaticView` is never used: frontend/desktop/src/debug_views.rs#L132
warning: trait `StaticView` is never used --> frontend/desktop/src/debug_views.rs:132:11 | 132 | pub trait StaticView: BaseView { | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
unused variable: `window`: frontend/desktop/src/debug_views.rs#L454
warning: unused variable: `window` --> frontend/desktop/src/debug_views.rs:454:65 | 454 | pub fn handle_notif(&mut self, notif: Notification, window: &mut Window) { | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window` ... 737 | / declare_structs!( 738 | | [ 739 | | (arm7_state, CpuState<false>, InitArm7State, DestroyArm7State, Arm7StateVisibility, Arm7StateCustom), 740 | | (arm9_state, CpuState<true>, InitArm9State, DestroyArm9State, Arm9StateVisibility, Arm9StateCustom) ... | 751 | | [] 752 | | ); | |_- in this macro invocation | = note: `#[warn(unused_variables)]` on by default = note: this warning originates in the macro `declare_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
trait `StaticView` is never used: frontend/desktop/src/debug_views.rs#L132
warning: trait `StaticView` is never used --> frontend/desktop/src/debug_views.rs:132:11 | 132 | pub trait StaticView: BaseView { | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
unused variable: `window`: frontend/desktop/src/debug_views.rs#L454
warning: unused variable: `window` --> frontend/desktop/src/debug_views.rs:454:65 | 454 | pub fn handle_notif(&mut self, notif: Notification, window: &mut Window) { | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window` ... 737 | / declare_structs!( 738 | | [ 739 | | (arm7_state, CpuState<false>, InitArm7State, DestroyArm7State, Arm7StateVisibility, Arm7StateCustom), 740 | | (arm9_state, CpuState<true>, InitArm9State, DestroyArm9State, Arm9StateVisibility, Arm9StateCustom) ... | 751 | | [] 752 | | ); | |_- in this macro invocation | = note: `#[warn(unused_variables)]` on by default = note: this warning originates in the macro `declare_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

Artifacts

Produced during runtime
Name Size
macOS-app Expired
5.43 MB
macOS-app-debug Expired
6.49 MB
macOS-app-debug-gdb Expired
6.64 MB