Index: /trunk/src/VBox/Additions/os2/VBoxSF/VBoxSFFind.cpp
===================================================================
--- /trunk/src/VBox/Additions/os2/VBoxSF/VBoxSFFind.cpp	(revision 75337)
+++ /trunk/src/VBox/Additions/os2/VBoxSF/VBoxSFFind.cpp	(revision 75338)
@@ -49,5 +49,8 @@
  *
  * @returns true if compatible, false if not.
- * @param   pszName             The name to inspect (UTF-8).
+ * @param   pszName     The name to inspect (UTF-8).
+ * @param   cchName     The length of the name.
+ * @param   pwszTmp     Buffer for test conversions.
+ * @param   cwcTmp      The size of the buffer.
  */
 static bool vboxSfOs2IsUtf8Name8dot3(const char *pszName, size_t cchName, PRTUTF16 pwszTmp, size_t cwcTmp)
@@ -703,4 +706,6 @@
         vboxSfOs2ReleasePathAndFolder(pStrFolderPath, pFolder);
     }
+
+    RT_NOREF_PV(pFsFsi);
     LogFlow(("FS32_FINDFIRST: returns %u\n", rc));
     return rc;
