GNOME Bugzilla – Bug 792038
gnumeric-1.12.38/src/ssdiff.c:1227: suspicious code
Last modified: 2017-12-29 13:19:07 UTC
gnumeric-1.12.38/src/ssdiff.c:1227]: (warning) Comparison of a boolean expression with an integer other than 0 or 1. if (!nn || (on && cb_expr_name_by_name (on, nn)) < 0) { Maybe better code if (!nn || (on && (cb_expr_name_by_name (on, nn) < 0))) {
Thanks -- two occurrences of that. This problem has been fixed in our software repository. The fix will go into the next software release. Once that release is available, you may want to check for a software upgrade provided by your Linux distribution.