diff options
author | Thiago Macieira <thiago.macieira@intel.com> | 2012-05-20 21:15:30 +0200 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2012-05-22 18:51:32 +0200 |
commit | ca4a5e7f03c68b32154977202750e20199baa9c7 (patch) | |
tree | 704efea98def1c445ffac44aae53d69502144ab8 /src/plugins/texteditor/snippets/snippetssettingspage.cpp | |
parent | 2d08cb93fc4422b4670d3c44f7575b3ee5278a1d (diff) | |
download | qt-creator-ca4a5e7f03c68b32154977202750e20199baa9c7.tar.gz |
Fix the rest of the warnings about integer sign change with ICC
None of these change the code in any way. The solutions applied are:
- change the type to a more appropriate one, if possible
- use ~0 instead of -1 when flags were intended
- cast a -1 to the proper type otherwise
Change-Id: Ifcc125528f32b8c8f9ab20bea103e2a693045bf8
Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/texteditor/snippets/snippetssettingspage.cpp')
0 files changed, 0 insertions, 0 deletions