https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92565
Bug ID: 92565
Summary: trunk/libgcc/config/libbid/bid_internal.h: 2 * useless
assignments ?
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libgcc
Assignee: unassigned at gcc dot gnu.org
Reporter: dcb314 at hotmail dot com
Target Milestone: ---
trunk/libgcc/config/libbid/bid_internal.h:1543:3: style: Assignment of function
parameter has no effect outside the function. [uselessAssignmentArg]
Source code is
expon = 0;
There is no later use of expon, so suggest remove it or use it.
trunk/libgcc/config/libbid/bid_internal.h:1679:3: style: Assignment of function
parameter has no effect outside the function. [uselessAssignmentArg]
Duplicate.