aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactext.h
diff options
context:
space:
mode:
authorD G Turner2017-01-15 07:10:38 +0000
committerD G Turner2017-01-15 07:10:38 +0000
commit8b4460e310886499f5018cdd264c0e3e835fe6fa (patch)
treed7a03038a7569d518822178e186eb6bae14d5801 /graphics/macgui/mactext.h
parent75894a871c8f2f2e9d7bde7b2e830c4451d34f4c (diff)
downloadscummvm-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 'graphics/macgui/mactext.h')
0 files changed, 0 insertions, 0 deletions