From: Mikhail Kurinnoi Date: Tue, 15 Feb 2022 10:11:23 +0000 (-0800) Subject: Fix Clang 10 build. X-Git-Tag: submit/tizen/20220215.173645~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31f023232c95cda4235b01ebc0dc7918082f5900;p=sdk%2Ftools%2Fcoreprofiler.git Fix Clang 10 build. --- diff --git a/src/info/classinfo.cpp b/src/info/classinfo.cpp index bd603cc..05c90ef 100644 --- a/src/info/classinfo.cpp +++ b/src/info/classinfo.cpp @@ -224,7 +224,7 @@ void ClassInfo::AppendTypeArgNames( // static __forceinline ClassInfo::String ClassInfo::GetNameFromElementType( - CorElementType elementType) noexcept + CorElementType elementType) { switch (elementType) {