sidplay: Fix compiler warning about C++11 compatibility
authorSebastian Dröge <sebastian@centricular.com>
Wed, 17 Feb 2016 22:25:56 +0000 (00:25 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 17 Feb 2016 22:25:56 +0000 (00:25 +0200)
commita40244bf257da34b13009192b97e047571b4f54a
treeba8016bd4a0bb2b0d1805a599a052e8f0f742e3b
parentfb2b3da2532d6886d6cfc8e831cfc9410670fc70
sidplay: Fix compiler warning about C++11 compatibility

gstsiddec.cc:78:17: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix]
 #define FORMATS "{ "GST_AUDIO_NE(S16)","GST_AUDIO_NE(U16)", S8, U8 }"
                 ^
gstsiddec.cc:78:38: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix]
 #define FORMATS "{ "GST_AUDIO_NE(S16)","GST_AUDIO_NE(U16)", S8, U8 }"
                                      ^
ext/sidplay/gstsiddec.cc