Fix warnings from syncqt.
Stop processing in internal headers, use correct include syntax. Change-Id: I9dcf1f6f89907986b7b58658be514083f213a3e6 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
ab926916d2
commit
e2217187c3
@ -39,6 +39,10 @@
|
|||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
#pragma qt_sync_stop_processing
|
||||||
|
#endif
|
||||||
|
|
||||||
#define QT_FONTS_ARE_RESOURCES
|
#define QT_FONTS_ARE_RESOURCES
|
||||||
|
|
||||||
/* Data structures */
|
/* Data structures */
|
||||||
|
@ -63,7 +63,7 @@ QT_BEGIN_HEADER
|
|||||||
*/
|
*/
|
||||||
typedef char GLchar;
|
typedef char GLchar;
|
||||||
|
|
||||||
# include "qopengles2ext.h"
|
# include <QtGui/qopengles2ext.h>
|
||||||
# ifndef GL_DOUBLE
|
# ifndef GL_DOUBLE
|
||||||
# define GL_DOUBLE GL_FLOAT
|
# define GL_DOUBLE GL_FLOAT
|
||||||
# endif
|
# endif
|
||||||
@ -96,7 +96,7 @@ typedef GLfloat GLdouble;
|
|||||||
# include <QtCore/qt_windows.h>
|
# include <QtCore/qt_windows.h>
|
||||||
# endif
|
# endif
|
||||||
# include <GL/gl.h>
|
# include <GL/gl.h>
|
||||||
# include "qopenglext.h"
|
# include <QtGui/qopenglext.h>
|
||||||
# endif // Q_OS_MAC
|
# endif // Q_OS_MAC
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
#pragma qt_no_master_include
|
#pragma qt_no_master_include
|
||||||
|
#pragma qt_sync_stop_processing
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* $Revision: 18481 $ on $Date:: 2012-07-11 18:07:26 -0700 #$ */
|
/* $Revision: 18481 $ on $Date:: 2012-07-11 18:07:26 -0700 #$ */
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
#pragma qt_no_master_include
|
#pragma qt_no_master_include
|
||||||
|
#pragma qt_sync_stop_processing
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@ -42,6 +42,10 @@
|
|||||||
#ifndef QT_MIPS_ASM_DSP_H
|
#ifndef QT_MIPS_ASM_DSP_H
|
||||||
#define QT_MIPS_ASM_DSP_H
|
#define QT_MIPS_ASM_DSP_H
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
#pragma qt_sync_stop_processing
|
||||||
|
#endif
|
||||||
|
|
||||||
#define zero $0
|
#define zero $0
|
||||||
#define AT $1
|
#define AT $1
|
||||||
#define v0 $2
|
#define v0 $2
|
||||||
|
@ -42,6 +42,10 @@
|
|||||||
#ifndef QNETWORKFUNCTIONS_WINCE_H
|
#ifndef QNETWORKFUNCTIONS_WINCE_H
|
||||||
#define QNETWORKFUNCTIONS_WINCE_H
|
#define QNETWORKFUNCTIONS_WINCE_H
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
#pragma qt_sync_stop_processing
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef Q_OS_WINCE
|
#ifdef Q_OS_WINCE
|
||||||
|
|
||||||
#include <qt_windows.h>
|
#include <qt_windows.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user