https://bugzilla.novell.com/show_bug.cgi?id=225902 Summary: gnugo-3.7.2-40: comparison with string literal Product: openSUSE 10.2 Version: RC 5 Platform: All OS/Version: SuSE 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 gnugo-3.7.2-40 I got the following warning message from the compiler. persistent.c:442: warning: comparison with string literal The source code is if (cache->name == "reading cache" I agree with the compiler. Maybe the programmer intended if (strcmp( cache->name, "reading cache") == 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.