Author
anonymous
over 7 years ago
Language
Compiler
Options
Author
anonymous
over 7 years ago
$
prog.cc: In member function 'CardDatas CardModel::getMasterCardDataByIds(const std::vector<unsigned int>&) const':
prog.cc:27:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<unsigned int>::size_type {aka long unsigned int}' [-Wsign-compare]
for (int i = 0; i < masterCardIds.size(); i++)
~~^~~~~~~~~~~~~~~~~~~~~~
1 2 4 4 5
Exit Code:
0