SPIRV-Tools/source/util
Jamie Madill 34cb0035fd Fix several warnings exposed in MSVS 2015.
diagnostic.cpp:
- unreachable code

operand.cpp
- conversion between int and uint32_t
- unreachable code

hex_float.h:
- conversion from 'const int' to 'unsigned int'
- unreachable code

validate_id.cpp
- forcing value to bool 'true' or 'false'

validate_types.cpp:
- forcing value to bool 'true' or 'false'
2016-04-29 18:02:01 -04:00
..
bitutils.h Added missing <cstdint> in bitutils. 2016-02-24 15:26:05 -05:00
hex_float.h Fix several warnings exposed in MSVS 2015. 2016-04-29 18:02:01 -04:00