Skip to content
Snippets Groups Projects
Commit ca4a5e7f authored by Thiago Macieira's avatar Thiago Macieira Committed by hjk
Browse files

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: default avatarhjk <qthjk@ovi.com>
parent 2d08cb93
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment