From 582f73590d540e0c9a8ebf35ea6859aa47d2b45d Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Mon, 25 Oct 2021 14:18:45 +0200 Subject: Added some ZEN_UNUSED() statements for yet-to-be-implemented functions --- zencore/filesystem.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zencore/filesystem.cpp b/zencore/filesystem.cpp index 8b040b3b2..0f74b44c4 100644 --- a/zencore/filesystem.cpp +++ b/zencore/filesystem.cpp @@ -245,6 +245,7 @@ SupportsBlockRefCounting(std::filesystem::path Path) return true; #else + ZEN_UNUSED(Path); return false; #endif // ZEN_PLATFORM_WINDOWS } @@ -408,6 +409,7 @@ CloneFile(std::filesystem::path FromPath, std::filesystem::path ToPath) return AllOk; #else + ZEN_UNUSED(FromPath, ToPath); ZEN_ERROR("CloneFile() is not implemented on this platform"); return false; #endif // ZEN_PLATFORM_WINDOWS -- cgit v1.2.3