mirror of
https://github.com/libretro/pcsx2.git
synced 2025-02-01 23:12:22 +00:00
ba20bb0258
* various cast was overflowing - use unsigned integer for SSE mask - force SINGLE macro to use u32 * disable parenthesis warning, only a matter of coding style Remains 2 wrong use of unsigned integer: pcsx2/CDVD/InputIsoFile.cpp:96:21: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] pcsx2/Memory.cpp:108:86: warning: narrowing conversion of ‘-1’ from ‘int’ to ‘vtlbHandler {aka unsigned int}’ inside { } is ill-formed in C++11 [-Wnarrowing] git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5689 96395faa-99c1-11dd-bbfe-3dabce05a288