_groupcompress_pyx.c:8082: bad if

Bug #1481190 reported by dcb
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
New
Undecided
Unassigned

Bug Description

[bzrlib/_groupcompress_pyx.c:8082]: (style) Expression is always false because 'else if' condition matches previous condition at line 8080.

           if (sizeof(long) <= sizeof(long)) {
                __PYX_VERIFY_RETURN_INT(long, long, PyLong_AsLong(x))
            } else if (sizeof(long) <= sizeof(long long)) {
                __PYX_VERIFY_RETURN_INT(long, long long, PyLong_AsLongLong(x))
            }

First condition always true, so else never executed.

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

FWIW This is code generated by pyrex/cython, it's not a part of bzr.

Jelmer Vernooij (jelmer)
tags: added: check-for-breezy
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.