Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Eliminate build warnings from the main project#13386

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
logiclrd wants to merge19 commits intorustdesk:master
base:master
Choose a base branch
Loading
fromlogiclrd:build-warnings
Open
Changes from1 commit
Commits
Show all changes
19 commits
Select commitHold shift + click to select a range
4af5591
Marked a number of blocks and crates with [allow(dead_code)] and, mor…
logiclrdNov 1, 2025
89924ad
Updated use of hbb_common::base64 (republished from sodiumoxide) in h…
logiclrdNov 1, 2025
3c9153c
Removed unused import of librustdesk::* in src/service.rs.
logiclrdNov 1, 2025
1abb6f7
Updated ui_session_interface.rs to allow unused imports.
logiclrdNov 1, 2025
78acc6c
Updated tray.rs to not mark event_loop as mutable.
logiclrdNov 1, 2025
a595c37
Updated tray.rs to conditionally declare event_loop's mutability base…
logiclrdNov 2, 2025
fb99254
Switched call to hbb_common::base64::encode in sync.rs to use crate::…
logiclrdNov 2, 2025
bcd5cf7
Merge branch 'master' into build-warnings
rustdeskNov 4, 2025
d1f3819
Merge remote-tracking branch 'upstream/master' into build-warnings
logiclrdNov 6, 2025
c4c9299
Updated the macos main() function in service.rs to locally import lib…
logiclrdNov 6, 2025
cb1380a
Reworked the macos main method to import librustdesk itself and then …
logiclrdNov 6, 2025
010fc71
Eliminate warnings appearing on a Linux build:
logiclrdNov 6, 2025
486713a
Updated flutter_ffi.rs to import std::time::Duration but only for tar…
logiclrdNov 6, 2025
831674d
Added a conditional import of unix_file_clip to server/connection.rs.
logiclrdNov 6, 2025
138e790
Removed the explicit import of crate::unix_file_clip, which Copilot s…
logiclrdNov 6, 2025
a6cfa68
Removed "macos" target OS as one of the conditions for including crat…
logiclrdNov 7, 2025
774d610
PR feedback: Replaced unwrap_or_else with unwrap_or_default in use of…
logiclrdNov 7, 2025
3f44230
Merge remote-tracking branch 'upstream/master' into build-warnings
logiclrdNov 11, 2025
c45b3de
Restored assignment of re-established connection to the loop variable…
logiclrdNov 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
Restored assignment of re-established connection to the loop variable…
… in sync_and_watch_config_dir in server.rs, now that it is no longer unused because ofce7d794.
  • Loading branch information
@logiclrd
logiclrd committedNov 11, 2025
commitc45b3de2aa22ca8e22aab8b6f0cad7d37d55cac5

Some comments aren't visible on the classic Files Changed page.

1 change: 1 addition & 0 deletionssrc/server.rs
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -703,6 +703,7 @@ async fn sync_and_watch_config_dir() {
log::error!("sync config to root failed: {}", e);
match crate::ipc::connect(1000, "_service").await {
Ok(mut _conn) => {
conn = _conn;
log::info!("reconnected to ipc_service");
}
_ => {}
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp