summaryrefslogtreecommitdiffstats
path: root/examples/charts/callout/main.cpp
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2014-10-16 13:34:18 +0300
committerMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2014-10-16 13:39:02 +0300
commitf6fba9e059d74a732a978234ae8271ff32ffd929 (patch)
tree12a9d0c1a795a59d464b2c79bbac3a2d56cc645b /examples/charts/callout/main.cpp
parentc544258484ff4fd5d2b88402fbaa5d154b89a3a2 (diff)
Suppress a warning in msvc 64bit builds
Using std:sort causes warning C4267 in 64bit msvc builds, because size_t and int are of different size. There should never be a case where list indexes grow so large that this causes problems, so just suppress the warning. Change-Id: I0e4904f88542178177afc51a82bbbd18b094eb32 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Diffstat (limited to 'examples/charts/callout/main.cpp')
0 files changed, 0 insertions, 0 deletions