Skip to content

Commit 87c95f1

Browse files
authored
Merge pull request #20 from harshaldev27/main
libqcomtee: Fix minor compilation issue for aarch64-gcc-9 toolchain.
2 parents 08ac928 + baa571c commit 87c95f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libqcomtee/src/qcomtee_object.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ void qcomtee_object_refs_dec(struct qcomtee_object *object)
320320
}
321321
default:
322322
/* NOTHING TO DO HERE. */
323+
break;
323324
}
324325
}
325326
}

0 commit comments

Comments
 (0)