Suppress some signed/unsigned comparison warning.

This commit is contained in:
Vincent Béron 2002-12-10 19:10:46 +00:00 committed by Alexandre Julliard
parent 58c04dafae
commit 9c627aae6b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
*/
#define TEST_FORMATS 12
static const int win_formats[TEST_FORMATS][4]={
static const unsigned int win_formats[TEST_FORMATS][4]={
{WAVE_FORMAT_1M08, 11025, 8, 1},
{WAVE_FORMAT_1S08, 11025, 8, 2},
{WAVE_FORMAT_1M16, 11025, 16, 1},