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>
Showing
- src/plugins/debugger/breakwindow.cpp 1 addition, 1 deletionsrc/plugins/debugger/breakwindow.cpp
- src/plugins/debugger/cdb/cdbengine.cpp 3 additions, 3 deletionssrc/plugins/debugger/cdb/cdbengine.cpp
- src/plugins/debugger/cdb/cdbparsehelpers.h 1 addition, 1 deletionsrc/plugins/debugger/cdb/cdbparsehelpers.h
- src/plugins/debugger/lldb/ipcengineguest.h 2 additions, 2 deletionssrc/plugins/debugger/lldb/ipcengineguest.h
- src/plugins/glsleditor/glsleditorplugin.cpp 1 addition, 1 deletionsrc/plugins/glsleditor/glsleditorplugin.cpp
- src/plugins/texteditor/refactoringchanges.cpp 1 addition, 1 deletionsrc/plugins/texteditor/refactoringchanges.cpp
Loading
Please register or sign in to comment