tools/shared/windows/registry.cpp
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
--- a/tools/shared/windows/registry.cpp	Mon Jun 21 22:38:13 2010 +0100
+++ b/tools/shared/windows/registry.cpp	Thu Jul 22 16:41:55 2010 +0100
@@ -148,7 +148,7 @@
         }
 
         default:
-            qWarning("QSettings: unknown data %d type in windows registry", dataType);
+            qWarning("QSettings: unknown data %u type in windows registry", quint32(dataType));
             break;
     }