id3v2frames: Fix compiler warnings
authorSebastian Dröge <sebastian@centricular.com>
Sat, 30 May 2015 06:12:03 +0000 (08:12 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 30 May 2015 06:12:03 +0000 (08:12 +0200)
commit8803ea2d8b81cefc644c10988b7e3b79f87b4015
tree16f56b8bb564fbfe2f6ae0281a6e97d89078f1ac
parentb7fd8ffb76983fde66d628555fae6416c3969459
id3v2frames: Fix compiler warnings

id3v2frames.c:951:20: error: unused variable 'utf16enc' [-Werror,-Wunused-const-variable]
static const gchar utf16enc[] = "UTF-16";
                   ^
id3v2frames.c:952:20: error: unused variable 'utf16leenc' [-Werror,-Wunused-const-variable]
static const gchar utf16leenc[] = "UTF-16LE";
                   ^
id3v2frames.c:953:20: error: unused variable 'utf16beenc' [-Werror,-Wunused-const-variable]
static const gchar utf16beenc[] = "UTF-16BE";
                   ^
gst-libs/gst/tag/id3v2frames.c