From 86ee853f47ebe9d9705434ab4311caf20c1db7d6 Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Mon, 6 Feb 2012 11:42:27 +0100 Subject: Silence syncqt warnings for atomic implementation headers Most of these headers are either forwarding headers, or we explicitly stop syncqt so that it doesn't generate class includes for the atomic implementation. Either way, syncqt doesn't see the QT_END_* (and sometimes not QT_BEGIN_*), which this commit fixes. Change-Id: Icc8da6f384f38b1ff4eb265c731ce2f2ed92a1a3 Reviewed-by: Thiago Macieira --- src/corelib/arch/qatomic_gcc.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/corelib/arch/qatomic_gcc.h') diff --git a/src/corelib/arch/qatomic_gcc.h b/src/corelib/arch/qatomic_gcc.h index b5244429e6..225a7809eb 100644 --- a/src/corelib/arch/qatomic_gcc.h +++ b/src/corelib/arch/qatomic_gcc.h @@ -48,6 +48,10 @@ QT_BEGIN_HEADER QT_BEGIN_NAMESPACE #if 0 +// silence syncqt warnings +QT_END_NAMESPACE +QT_END_HEADER + #pragma qt_sync_stop_processing #endif -- cgit v1.2.3