From 102b925db8a546c70d41af991e91672adf3f2e42 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Fri, 11 Jun 2010 04:24:36 +0000 Subject: [PATCH] Fix warning. llvm-svn: 105808 --- lldb/include/lldb/Core/ArchSpec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/include/lldb/Core/ArchSpec.h b/lldb/include/lldb/Core/ArchSpec.h index a4093d562111..c95b824f2f3e 100644 --- a/lldb/include/lldb/Core/ArchSpec.h +++ b/lldb/include/lldb/Core/ArchSpec.h @@ -30,7 +30,7 @@ class ArchSpec public: // Generic CPU types that each m_type needs to know how to convert // their m_cpu and m_sub to. - typedef enum CPU + enum CPU { eCPU_Unknown, eCPU_arm,