From ae5d8c9aad9894eb6fc2dfb23bf4d88d315650df Mon Sep 17 00:00:00 2001 From: WerWolv Date: Mon, 19 Dec 2022 08:52:12 +0100 Subject: [PATCH] build: Updated libromfs --- lib/external/libromfs | 2 +- plugins/builtin/include/content/providers/file_provider.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/external/libromfs b/lib/external/libromfs index 86d8d8fdc..beec45afc 160000 --- a/lib/external/libromfs +++ b/lib/external/libromfs @@ -1 +1 @@ -Subproject commit 86d8d8fdc88a5f8f732075a1b444c994fac203e7 +Subproject commit beec45afc942209cc34d30f99eac42b2bb04aa79 diff --git a/plugins/builtin/include/content/providers/file_provider.hpp b/plugins/builtin/include/content/providers/file_provider.hpp index 268e4113b..c8f206704 100644 --- a/plugins/builtin/include/content/providers/file_provider.hpp +++ b/plugins/builtin/include/content/providers/file_provider.hpp @@ -64,7 +64,7 @@ namespace hex::plugin::builtin { return "hex.builtin.provider.file"; } - std::pair getRegionValidity(u64 address) const override; + [[nodiscard]] std::pair getRegionValidity(u64 address) const override; protected: std::fs::path m_path;