mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix WARNINGS_AS_ERRORS bustage ("comparison between signed and unsigned integer expressions") from Bug 830707, Part 1 (changeset 93a4d0995cba) on a CLOSED TREE.
This commit is contained in:
parent
297cd67076
commit
955347f154
@ -18,7 +18,7 @@ enum {
|
||||
SURROUND_SR
|
||||
};
|
||||
|
||||
static const int CUSTOM_CHANNEL_LAYOUTS = 6;
|
||||
static const uint32_t CUSTOM_CHANNEL_LAYOUTS = 6;
|
||||
|
||||
uint32_t
|
||||
GetAudioChannelsSuperset(uint32_t aChannels1, uint32_t aChannels2)
|
||||
|
Loading…
Reference in New Issue
Block a user