Bugzilla – Bug 225435
dar-2.2.5-25: comparison with string literal
Last modified: 2008-07-09 06:34:11 UTC
I just tried to build the package dar-2.2.5-25 I got the following warning message from the compiler. ../dar_suite/dar_suite.cpp:61: warning: comparison with string literal The source code is if(DAR_LOCALEDIR != "") Perhaps the programmer intended if( strcmp( DAR_LOCALEDIR, "") != 0)
Feel free to close as duplicate of Bug #233655.
thank you Stefan *** This bug has been marked as a duplicate of bug 233655 ***