All: Address compiler warnings

This commit is contained in:
Kyle Schwarz
2025-07-17 15:47:23 -04:00
parent 10efacf91e
commit d70defbf8a
6 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
using namespace icsneo;
using namespace icsneo::Disk;
std::optional<uint64_t> PlasionDiskReadDriver::readLogicalDiskAligned(Communication& com, device_eventhandler_t report,
std::optional<uint64_t> PlasionDiskReadDriver::readLogicalDiskAligned(Communication& com, device_eventhandler_t,
uint64_t pos, uint8_t* into, uint64_t amount, std::chrono::milliseconds timeout, MemoryType) {
static std::shared_ptr<MessageFilter> NeoMemorySDRead = std::make_shared<MessageFilter>(Network::NetID::NeoMemorySDRead);