[Pkg-kde-extras] Bug#811663: FTBFS with GCC 6: cannot convert x to y
Christoph Biedl
debian.axhn at manchmal.in-ulm.de
Sun Dec 4 18:06:20 UTC 2016
tags 811663 patch
thanks
> > /<<PKGBUILDDIR>>/src/toplsqltext.cpp: At global scope:
> > /<<PKGBUILDDIR>>/src/toplsqltext.cpp:81:1: error: cannot convert 'bool' to 'const char*' in initialization
> > };
> > ^
Please try the patch attached. It made the build pass again.
Christoph
-------------- next part --------------
--- a/src/toplsqltext.cpp
+++ b/src/toplsqltext.cpp
@@ -77,7 +77,7 @@ TypeMap[] = { { "FUNCTION", "Fc", ":/icons/function.png", true , true }, // M
{ "LOOP", "Loop", NULL, false, false},
{ "WHILE", "Loop", NULL, false, false},
{ "FOR", "Loop", NULL, false, false},
- { NULL, NULL, false, false}
+ { NULL, NULL, NULL, false, false}
};
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-kde-extras/attachments/20161204/91bbec4a/attachment.sig>
More information about the pkg-kde-extras
mailing list