summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2013-01-25 15:36:13 +0000
committerReid Kleckner <reid@kleckner.net>2013-01-25 15:36:13 +0000
commitcd947f97642ab1267ce8701ee500a1d3d075153e (patch)
treee81f77f18d5b0d8dcda94f4bc0a5b055823abfef /lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
parent8978e927513caeb742281c9841fa30c36032ae40 (diff)
downloadbcm5719-llvm-cd947f97642ab1267ce8701ee500a1d3d075153e.tar.gz
bcm5719-llvm-cd947f97642ab1267ce8701ee500a1d3d075153e.zip
Disable MSVC's warning about noreturn destructors
This warning fires on: Operator::~Operator() { llvm_unreachable("should never destroy an Operator"); } That seems like a false positive. I don't see any good way to silence the warning here, so I'm disabling it. llvm-svn: 173455
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud