FernetMenta / vdr-plugin-vnsiserver

VDR plugin to handle XBMC clients.
GNU General Public License v2.0
16 stars 33 forks source link

C++11 requires a mandatory space when concatenating string literals #38

Closed e-tobi closed 8 years ago

e-tobi commented 8 years ago

This issue came up with GCC6. Concatenating string literals now requires a space in between.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811949

FernetMenta commented 8 years ago

thanks!