diff options
Diffstat (limited to 'src/lib/utils/filesystem.cpp')
-rw-r--r-- | src/lib/utils/filesystem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/utils/filesystem.cpp b/src/lib/utils/filesystem.cpp index c67668288..36e1f5446 100644 --- a/src/lib/utils/filesystem.cpp +++ b/src/lib/utils/filesystem.cpp @@ -118,6 +118,7 @@ std::vector<std::string> get_files_recursive(const std::string& dir) #elif defined(BOTAN_TARGET_OS_HAS_READDIR) files = impl_readdir(dir); #else + BOTAN_UNUSED(dir); throw No_Filesystem_Access(); #endif |