Skip to content

Commit 418bafa

Browse files
committed
fix warning in composite.h
1 parent 0a7e815 commit 418bafa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/shady/ir/composite.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ static inline bool shd_is_aggregate_t(const Type* t) {
1818
case VectorType_TAG:
1919
case MatrixType_TAG:
2020
return true;
21+
default: break;
2122
}
2223
return false;
2324
}

0 commit comments

Comments
 (0)