File lmms-code-macro.patch of Package lmms

include/versioninfo.h:2:21: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix]
---
 include/versioninfo.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/include/versioninfo.h
+++ b/include/versioninfo.h
@@ -1,5 +1,5 @@
 #ifdef __GNUC__
-#define GCC_VERSION "GCC "__VERSION__
+#define GCC_VERSION "GCC " __VERSION__
 #else
 #define GCC_VERSION "unknown compiler"
 #endif
openSUSE Build Service is sponsored by