diff options
author | D G Turner | 2017-01-15 07:10:38 +0000 |
---|---|---|
committer | D G Turner | 2017-01-15 07:10:38 +0000 |
commit | 8b4460e310886499f5018cdd264c0e3e835fe6fa (patch) | |
tree | d7a03038a7569d518822178e186eb6bae14d5801 /image/codecs/indeo3.h | |
parent | 75894a871c8f2f2e9d7bde7b2e830c4451d34f4c (diff) | |
download | scummvm-rg350-8b4460e310886499f5018cdd264c0e3e835fe6fa.tar.gz scummvm-rg350-8b4460e310886499f5018cdd264c0e3e835fe6fa.tar.bz2 scummvm-rg350-8b4460e310886499f5018cdd264c0e3e835fe6fa.zip |
ADL: Fix Signed vs. Unsigned Compiler Warnings.
This is a subtle issue associated with the Common::Frac usage. The
frac_t type is signed (int32), but the symbols such as FRAC_ONE are
defined by an enumeration which will default to unsigned int for
members. Unsure if the common code needs changing, but other usages fix
the warning by casting the enumeration values to frac_t so doing this
for now.
Diffstat (limited to 'image/codecs/indeo3.h')
0 files changed, 0 insertions, 0 deletions