Skip to content

Commit 575e284

Browse files
aparshin-intelsys_zuul
authored andcommitted
avoid potential issue with not providing the return value when one is expected
Change-Id: Ibfeeda175f284479378743df654b7e10849ed54e
1 parent 03d4624 commit 575e284

File tree

1 file changed

+1
-0
lines changed
  • IGC/VectorCompiler/igcdeps/src

1 file changed

+1
-0
lines changed

IGC/VectorCompiler/igcdeps/src/cmc.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ class KernelArgInfoBuilder
143143
default:
144144
IGC_ASSERT_EXIT_MESSAGE(0, "implicit args cannot appear in kernel arg info");
145145
}
146+
return NotSpecified;
146147
}
147148
};
148149
struct TypeQualifiers

0 commit comments

Comments
 (0)