Fix invalid conversion between char and const char. C++ got more strict again with combination of GNU GLIBC 2.10+ and GCC 4.4+. The patch is compatible with older versions too.
Fix invalid conversion between char and const char.
+1 thanks for the patch (it was better than my -fpermissive hack to the build script)
Log in to post a comment.
Fix invalid conversion between char and const char.
+1 thanks for the patch (it was better than my -fpermissive hack to the build script)