diff options
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
-rw-r--r-- | lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h b/lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h index c99372f..378b9fa 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h +++ b/lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h @@ -13,7 +13,7 @@ // This declaration works around a clang module build failure. // It should be deleted ASAP. #include "llvm/Support/Error.h" -static llvm::Expected<bool> *g_fcxx_modules_workaround; +static llvm::Expected<bool> *g_fcxx_modules_workaround [[maybe_unused]]; // END #include "lldb/Host/Config.h" |