https://bugzilla.novell.com/show_bug.cgi?id=359058 User dcb314@hotmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=359058#c187 Summary: binutils-2.18.50.20080201-2: possible =/== mixup Product: openSUSE 11.0 Version: Alpha 2 Platform: All OS/Version: openSUSE 11.0 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 Found By: --- I just tried to compile the package binutils-2.18.50.20080201-2 with the Intel C compiler. The compiler said ./../gas/dwarf2dbg.c(1066): warning #187: use of "=" where "==" may have been intended The source code is assert (exp->X_op = O_subtract); Perhaps the programmer intended assert (exp->X_op == O_subtract); -- 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.