Fix compile warning on Windows
authorMartin Petersson <martin.petersson@nokia.com>
Tue, 26 Apr 2011 10:03:17 +0000 (12:03 +0200)
committerMartin Petersson <martin.petersson@nokia.com>
Mon, 2 May 2011 10:38:48 +0000 (12:38 +0200)
Reviewed-by: Prasanth Ullattil
(cherry picked from commit 800ad68e4f000e65b0a83ef1da2a29d595964156)

src/corelib/io/qfilesystemengine_win.cpp

index 82c6eba..1dbc40f 100644 (file)
@@ -583,6 +583,7 @@ QString QFileSystemEngine::owner(const QFileSystemEntry &entry, QAbstractFileEng
         }
     }
 #else
+    Q_UNUSED(entry);
     Q_UNUSED(own);
 #endif
     return name;