summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2021-01-17 19:07:48 +0100
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2021-01-19 22:35:17 +0100
commit790b600840920f8ac4f56af1e1232cd97ad510bd (patch)
treed259394df543fb8c83a1b374e6c9a3fd6c3f5fdf /src/CMakeLists.txt
parent813a928c7c3cf98670b6043149880ed5c955efb9 (diff)
Mark qBadAlloc as [[noreturn]]
So that static analyzers don't get confused by its semantics. In builds with exceptions disabled, it's not actually called by client code (e.g. Q_CHECK_PTR will just terminate in that case), but we still need to make it not return -- add another path that callss std::terminate(), otherwise we'd have a noreturn function returning. Change-Id: Ia8c4ce3e9d971f1757e9c273051cb3dedf23c61f Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions