Skip to content

Commit

Permalink
Fix compilation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng committed Jan 25, 2024
1 parent e34eb00 commit 823c131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/dfi/src/dyn_type.c
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,7 @@ bool dynType_isTrivial(const dyn_type* type) {
//LCOV_EXCL_START
default :
assert(0 && "Unexpected type.");
return false;
//LCOV_EXCL_STOP
}
}
Expand Down

0 comments on commit 823c131

Please sign in to comment.