summaryrefslogtreecommitdiffstats
path: root/examples/sql/sqlbrowser/browser.cpp
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2024-03-07 21:49:48 +0100
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2024-03-08 10:31:21 +0100
commit143bcbb96f512d8e4014f0abba99f8e7a8729499 (patch)
tree371ed5b34778c1efbfa358f8371090af66891427 /examples/sql/sqlbrowser/browser.cpp
parent652065b06b338ce2bddea2d4b71d2dd2aa7b3185 (diff)
QGlobalStatic: suppress -Wtsan warning
QGS employs a call to std::atomic_thread_fence. Unfortunately TSAN does not support it, and GCC >= 11 raises a warning. This breaks the build when building under -Werror. Suppress the warning using the usual pragmas. There's a catch: qglobalstatic.h is built into a PCH, and GCC <= 13 will still generate a warning because of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53431 . Change-Id: I770f39b7563b66f483851444cd580bcafc5f288a Pick-to: 6.7 6.6 6.5 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'examples/sql/sqlbrowser/browser.cpp')
0 files changed, 0 insertions, 0 deletions