diff options
author | Topi Reinio <topi.reinio@qt.io> | 2017-08-29 15:00:26 +0200 |
---|---|---|
committer | Topi Reiniö <topi.reinio@qt.io> | 2017-10-11 11:29:43 +0000 |
commit | e78a487010d3b81b21b05f100772df37a414107f (patch) | |
tree | c8429e0cc6f155f17d3a77497b206931db6c7dde /src/qdoc/cppcodeparser.h | |
parent | 74a742cf33abb07a02fb69580df4425eb2d02ca3 (diff) | |
download | qttools-e78a487010d3b81b21b05f100772df37a414107f.tar.gz |
qdoc: Fix compilation warnings on MSVC
We pass the size_t of an std::vector to a clang function taking an
int as an argument, which on MSVC resulted in
warning C4267: 'argument': conversion from 'size_t' to 'int',
possible loss of data
To fix this, cast explicitly.
Change-Id: I3636f7ced600c387c678aa59012274db490d8f8d
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/qdoc/cppcodeparser.h')
0 files changed, 0 insertions, 0 deletions