Bugzilla – Bug 233016
scribus-1.3.3.4-32: comparison with string literal
Last modified: 2007-03-08 14:46:40 UTC
I just tried to compile package scribus-1.3.3.4-32 The compiler said colorm.cpp:200: warning: comparison with string literal The source code is if (name == "") I agree with the compiler. Suggest new code if (name[ 0] == 0)
You have a strange definition of "base system". ;-)
Maybe this gets already fixed with an update to 1.3.3.7? :-)
Feel free to close as duplicate of Bug #233655.
I can recommend closing this as we will release 1.3.3.8 very very soon and I was able to install and build both 1.3.3.x (stable) and 1.3.4(devel) branches with GCC 4.2 on Suse 10.2. I forced -Wstring-literal-comparison into our build and we nuked a pile of these warnings along with some others which gcc 4.2 flags.
*** This bug has been marked as a duplicate of bug 233655 ***