Bugzilla – Bug 229785
bbtools-gui-2006.1.25-42: comparison with string literal
Last modified: 2007-07-03 15:14:35 UTC
I just tried to compile package bbtools-gui-2006.1.25-42 The compiler said bbrun.c:325: warning: comparison with string literal The source code is if ((char *) data == "ok") Suggest new code if (strcmp( (char *) data, "ok") == 0)
Feel free to close as duplicate of Bug #233655.
*** This bug has been marked as a duplicate of bug 233655 ***