From: Reid Kleckner Date: Mon, 11 Jan 2016 20:55:16 +0000 (+0000) Subject: Fix -Wmicrosoft-enum-value warning X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=908e65c1d8ae439f72033f170470547a0c596351;p=clang Fix -Wmicrosoft-enum-value warning git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@257383 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGOpenMPRuntime.h b/lib/CodeGen/CGOpenMPRuntime.h index a51c5baf8b..b3256375d9 100644 --- a/lib/CodeGen/CGOpenMPRuntime.h +++ b/lib/CodeGen/CGOpenMPRuntime.h @@ -335,7 +335,7 @@ private: public: /// \brief Kind of a given entry. Currently, only target regions are /// supported. - enum OffloadingEntryInfoKinds { + enum OffloadingEntryInfoKinds : unsigned { // Entry is a target region. OFFLOAD_ENTRY_INFO_TARGET_REGION = 0, // Invalid entry info.