Fix warnings from syncqt.
authorFriedemann Kleint <Friedemann.Kleint@digia.com>
Fri, 12 Oct 2012 14:35:04 +0000 (16:35 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sat, 13 Oct 2012 03:51:19 +0000 (05:51 +0200)
Stop processing in internal headers, use correct include
syntax.

Change-Id: I9dcf1f6f89907986b7b58658be514083f213a3e6
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/corelib/global/qconfig-nacl.h
src/gui/opengl/qopengl.h
src/gui/opengl/qopengles2ext.h
src/gui/opengl/qopenglext.h
src/gui/painting/qt_mips_asm_dsp.h
src/network/kernel/qnetworkfunctions_wince.h

index d62b12f..d5172aa 100644 (file)
 **
 ****************************************************************************/
 
+#if 0
+#pragma qt_sync_stop_processing
+#endif
+
 #define QT_FONTS_ARE_RESOURCES
 
 /* Data structures */
index 291c23b..5928b0b 100644 (file)
@@ -63,7 +63,7 @@ QT_BEGIN_HEADER
 */
 typedef char GLchar;
 
-# include "qopengles2ext.h"
+# include <QtGui/qopengles2ext.h>
 # ifndef GL_DOUBLE
 #  define GL_DOUBLE GL_FLOAT
 # endif
@@ -96,7 +96,7 @@ typedef GLfloat GLdouble;
 #   include <QtCore/qt_windows.h>
 #  endif
 #  include <GL/gl.h>
-#  include "qopenglext.h"
+#  include <QtGui/qopenglext.h>
 # endif // Q_OS_MAC
 #endif
 
index 564bbc8..61bfb59 100644 (file)
@@ -3,6 +3,7 @@
 
 #if 0
 #pragma qt_no_master_include
+#pragma qt_sync_stop_processing
 #endif
 
 /* $Revision: 18481 $ on $Date:: 2012-07-11 18:07:26 -0700 #$ */
index 070dd99..5d21cb6 100644 (file)
@@ -3,6 +3,7 @@
 
 #if 0
 #pragma qt_no_master_include
+#pragma qt_sync_stop_processing
 #endif
 
 #ifdef __cplusplus
index af724bf..c2fd234 100644 (file)
 #ifndef QT_MIPS_ASM_DSP_H
 #define QT_MIPS_ASM_DSP_H
 
+#if 0
+#pragma qt_sync_stop_processing
+#endif
+
 #define zero $0
 #define AT   $1
 #define v0   $2
index ebbdebb..09caab0 100644 (file)
 #ifndef QNETWORKFUNCTIONS_WINCE_H
 #define QNETWORKFUNCTIONS_WINCE_H
 
+#if 0
+#pragma qt_sync_stop_processing
+#endif
+
 #ifdef Q_OS_WINCE
 
 #include <qt_windows.h>