Skip to content

Commit

Permalink
making runtime omunreachable static to support clang compiler (#3015)
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Munoz <[email protected]>
  • Loading branch information
christopherlmunoz authored Nov 20, 2024
1 parent a5ae8ba commit f2ec420
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ void zDNNExtensionInit();
// Helper Functions
// -----------------------------------------------------------------------------

inline void omUnreachable() {
static inline void omUnreachable() {
// Uses compiler specific extensions if possible.
// Even if no extension is used, undefined behavior is still raised by
// an empty function body and the noreturn attribute.
Expand Down

0 comments on commit f2ec420

Please sign in to comment.