summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2012-01-18 16:15:44 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-20 12:27:04 +0100
commit085d3af48c1b5e9bd7effe6d73e048829c884af3 (patch)
treee822cb07198450d17e1b2cfe35540ac9dff911c8 /util
parentdb10b7b40fde80ba8f6243d22cc32487251e983b (diff)
Silence warning from clang
QBasicAtomicPointer is forward declared as a class, keep the actual declaration of QBasicAtomicInteger and QBasicAtomicPointer as class with all public members (qoldbasicatomic.h does the same). src/corelib/thread/qbasicatomic.h:158:1: warning: 'QBasicAtomicPointer' defined as a struct template here but previously declared as a class template [-Wmismatched-tags] struct QBasicAtomicPointer ^ src/corelib/global/qglobal.h:1861:23: note: did you mean struct here? template <typename T> class QBasicAtomicPointer; ^~~~~ struct Change-Id: I38c59c29d7f796dde772e7f403bbf98b04571a08 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'util')
0 files changed, 0 insertions, 0 deletions