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:
L. David Baron 2013-01-31 22:24:53 -08:00
parent 297cd67076
commit 955347f154

View File

@ -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)