diff options
author | D G Turner | 2019-09-30 01:44:14 +0100 |
---|---|---|
committer | D G Turner | 2019-09-30 01:44:14 +0100 |
commit | e895548237eee9b5ee94649ce3cf89cf1b899bac (patch) | |
tree | 67c5e19ab54e7a0d5c796640b0666e65f898be6b /audio | |
parent | 72d690aa2c0442a7e7e5a946bc31eed644be230f (diff) | |
download | scummvm-rg350-e895548237eee9b5ee94649ce3cf89cf1b899bac.tar.gz scummvm-rg350-e895548237eee9b5ee94649ce3cf89cf1b899bac.tar.bz2 scummvm-rg350-e895548237eee9b5ee94649ce3cf89cf1b899bac.zip |
COMMON: Fix MSVC Compiler Warning
The enum is implicitly int32 by default so causes signed vs. unsigned
assignment warnings. Changing this to a const uint32 avoids the issue.
Diffstat (limited to 'audio')
0 files changed, 0 insertions, 0 deletions