Skip to content

Warnings#1166

Open
stsp wants to merge 3 commits into
oxidecomputer:masterfrom
stsp:warnings
Open

Warnings#1166
stsp wants to merge 3 commits into
oxidecomputer:masterfrom
stsp:warnings

Conversation

@stsp

@stsp stsp commented Jul 3, 2026

Copy link
Copy Markdown

Fix all build warnings.

stsp added 3 commits July 3, 2026 16:23
warning: value assigned to `count` is never read
   --> lib/propolis/src/hw/virtio/queue.rs:523:17
    |
523 |                 count += 1;
    |                 ^^^^^^^^^^

Just remove offending line.
warning: unused import: `slog::error`
  --> bin/propolis-server/src/lib/migrate/codec.rs:26:5
   |
26 | use slog::error;
   |     ^^^^^^^^^^^

Just remove offending line.
warning: unused import: `slog::error`
  --> bin/propolis-server/src/lib/migrate/mod.rs:10:5
   |
10 | use slog::error;
   |

Just remove offending line.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant