Files
clang-p2996/lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h
David Spickett 0ee0857363 [lldb][Python] Silence GCC warning for modules error workaround
```
lldb-python.h:16:30: warning: ‘g_fcxx_modules_workaround’ defined but not used [-Wunused-variable]
   16 | static llvm::Expected<bool> *g_fcxx_modules_workaround;
      |
```

Workaround originally added in 36cb29cbbe.
2024-08-19 17:03:58 +01:00

1.8 KiB