diff options
Diffstat (limited to 'include/lldb/Target/SectionLoadHistory.h')
-rw-r--r-- | include/lldb/Target/SectionLoadHistory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Target/SectionLoadHistory.h b/include/lldb/Target/SectionLoadHistory.h index 50dcfd3..ddf46a1 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 |