Mercurial > hg > svcore
diff data/fileio/test/EncodingTest.h @ 1597:ae9849c0815f bqaudiostream
Avoid compiler warning
author | Chris Cannam |
---|---|
date | Wed, 23 Jan 2019 10:31:30 +0000 |
parents | 81989085997b |
children | dbd13eb7dad1 |
line wrap: on
line diff
--- a/data/fileio/test/EncodingTest.h Tue Jan 22 20:07:46 2019 +0000 +++ b/data/fileio/test/EncodingTest.h Wed Jan 23 10:31:30 2019 +0000 @@ -46,6 +46,8 @@ }; static const int mappingCount = 4; +#ifdef Q_OS_MAC +// see note in addAudioFiles below static const char *testFiles[][2] = { { "id3v2-iso-8859-1", "mp3" }, { "id3v2-ucs-2", "mp3" }, @@ -58,6 +60,7 @@ { utf8_name_sprkt, "ogg" }, }; static const int testFileCount = 8; +#endif class EncodingTest : public QObject {