-
Notifications
You must be signed in to change notification settings - Fork 420
Open
Description
./relocate.c:239:25: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first
[-Wshift-op-parentheses]
value = ALIGN_PC(pc) + (instruction & 0xFF) << 2;
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ~~
./relocate.c:610:18: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses]
if (target_addr & 1 == 1) {
^~~~~~~~
Metadata
Metadata
Assignees
Labels
No labels