[Bug 226876] New: krusader-1.70.1-28: comparison with string literal
https://bugzilla.novell.com/show_bug.cgi?id=226876 Summary: krusader-1.70.1-28: comparison with string literal Product: openSUSE 10.3 Version: unspecified Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de I just tried to build the package krusader-1.70.1-28 I got the following warning message from the compiler. /usr/src/packages/BUILD/krusader-1.70.1/krusader/DiskUsage/radialMap/map.cpp:175: warning: comparison with string literal The source code is if( (*it)->file()->name() == "Used" ) { Maybe the programmer intended if( strcmp( (*it)->file()->name(), "Used") == 0 ) { -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=226876 mhorvath@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |kde-maintainers@suse.de |screening@forge.provo.novell| |.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=226876 dmueller@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from dmueller@novell.com 2006-12-09 13:34 MST ------- . -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com