diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2010-11-10 20:16:47 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2010-11-10 20:16:47 +0000 |
commit | 2c88643a225cda9b2d54ee8e6ff3cfb69a187404 (patch) | |
tree | b01d4765a7a16515a5c024e8d97b534a68d19ff7 /lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h | |
parent | 51d68339a2004503b84307afb1d9f028c350658d (diff) | |
download | bcm5719-llvm-2c88643a225cda9b2d54ee8e6ff3cfb69a187404.tar.gz bcm5719-llvm-2c88643a225cda9b2d54ee8e6ff3cfb69a187404.zip |
Silence a bunch of clang warnings.
llvm-svn: 118710
Diffstat (limited to 'lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h')
-rw-r--r-- | lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h b/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h index 3c40308228a..3a46bca3455 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h @@ -76,7 +76,7 @@ public: private: - typedef enum FrameType + enum FrameType { eNormalFrame, eSigtrampFrame, |