aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Target/SectionLoadHistory.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Target/SectionLoadHistory.h')
-rw-r--r--include/lldb/Target/SectionLoadHistory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Target/SectionLoadHistory.h b/include/lldb/Target/SectionLoadHistory.h
index 50dcfd3cc870..ddf46a1861ca 100644
--- a/include/lldb/Target/SectionLoadHistory.h
+++ b/include/lldb/Target/SectionLoadHistory.h
@@ -23,7 +23,7 @@ namespace lldb_private {
class SectionLoadHistory
{
public:
- enum {
+ enum : unsigned {
// Pass eStopIDNow to any function that takes a stop ID to get
// the current value.
eStopIDNow = UINT32_MAX