Index: /trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
===================================================================
--- /trunk/src/VBox/HostDrivers/Support/SUPLib.cpp	(revision 12425)
+++ /trunk/src/VBox/HostDrivers/Support/SUPLib.cpp	(revision 12426)
@@ -1904,5 +1904,5 @@
      * Verify the image file.
      */
-    rc = supR3HardenedVerifyFile(pszFilename, false /* fFatal */);
+    int rc = supR3HardenedVerifyFile(pszFilename, false /* fFatal */);
     if (RT_FAILURE(rc))
     {
