diff -r 93b982ccede2 -r 5daf16870df6 tools/shared/windows/registry.cpp --- 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; }