summaryrefslogtreecommitdiffstats
path: root/src/corelib/arch/qatomic_vxworks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/arch/qatomic_vxworks.h')
-rw-r--r--src/corelib/arch/qatomic_vxworks.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/corelib/arch/qatomic_vxworks.h b/src/corelib/arch/qatomic_vxworks.h
index def5e24ff5..57e3b6a32b 100644
--- a/src/corelib/arch/qatomic_vxworks.h
+++ b/src/corelib/arch/qatomic_vxworks.h
@@ -67,6 +67,15 @@ inline int taskUnlock() { return 0; }
QT_BEGIN_NAMESPACE
+#if 0
+// silence syncqt warnings
+QT_END_NAMESPACE
+QT_END_HEADER
+
+#pragma qt_sync_skip_header_check
+#pragma qt_sync_stop_processing
+#endif
+
#define Q_ATOMIC_INT_REFERENCE_COUNTING_IS_NOT_NATIVE
inline bool QBasicAtomicInt::isReferenceCountingNative()