diff options
author | Ulf Hermann <ulf.hermann@qt.io> | 2018-09-18 14:42:44 +0200 |
---|---|---|
committer | Ulf Hermann <ulf.hermann@qt.io> | 2018-09-18 13:47:37 +0000 |
commit | 517e954ff1f15007af549ac5cd4ec851bcb6871f (patch) | |
tree | 323860a8efd74681f461804a89411b5488f506e6 /src/plugins/cppcheck/cppcheckplugin.cpp | |
parent | 755cc3680da29e0f538dc4b1585c3b6b3c6f180b (diff) | |
download | qt-creator-517e954ff1f15007af549ac5cd4ec851bcb6871f.tar.gz |
QmlProfiler: Avoid some compiler warnings
If size_t is 32bit wide, any comparison to qint64Max is pointless. And
in order to compare a size_t to intMax, we need to cast intMax to
size_t.
Change-Id: Ida1945ca0cd8865b8d8620c8b23b7e21a20dc43c
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/plugins/cppcheck/cppcheckplugin.cpp')
0 files changed, 0 insertions, 0 deletions