summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/filesystem/filesystemext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Runtime/common/filesystem/filesystemext.cpp')
-rw-r--r--src/VBox/Runtime/common/filesystem/filesystemext.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/VBox/Runtime/common/filesystem/filesystemext.cpp b/src/VBox/Runtime/common/filesystem/filesystemext.cpp
index 3f527063..f6e138ae 100644
--- a/src/VBox/Runtime/common/filesystem/filesystemext.cpp
+++ b/src/VBox/Runtime/common/filesystem/filesystemext.cpp
@@ -325,6 +325,8 @@ static DECLCALLBACK(void) rtFsExtDestroy(void *pvThis)
static DECLCALLBACK(int) rtFsExtOpenRoot(void *pvThis, PRTVFSDIR phVfsDir)
{
+ NOREF(pvThis);
+ NOREF(phVfsDir);
return VERR_NOT_IMPLEMENTED;
}