summaryrefslogtreecommitdiffstats
path: root/devel/doxygen/files/patch-warnings
blob: b2e50c9e729b9dfab937d8921365c334e98b7e82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- qtools/qgdict.cpp   Wed Apr 13 15:51:44 2005
+++ qtools/qgdict.cpp   Wed Jun 14 01:43:49 2006
@@ -41,4 +41,5 @@
 #include "qdatastream.h"
 #include <ctype.h>
+#include <sys/types.h>
 
 // NOT REVISED
@@ -1005,5 +1006,5 @@
        case PtrKey:
        {
-           Q_UINT32 k;
+           uintptr_t k;
            s >> k;
            read( s, d );