This is an archive of the discontinued LLVM Phabricator instance.

Disable warnings for the generated LLDB wrapper source
ClosedPublic

Authored by teemperor on Jun 12 2018, 2:18 PM.

Details

Summary

This source files emits all kind of compiler warnings on different platforms. As the source code
in the file is generated and we therefore can't actually fix the warnings, we might as well disable
them.

Diff Detail

Repository
rL LLVM

Event Timeline

teemperor created this revision.Jun 12 2018, 2:18 PM
davide accepted this revision.Jun 12 2018, 2:53 PM
davide added a subscriber: davide.

Unfortunate, but this seems reasonable. lg.

This revision is now accepted and ready to land.Jun 12 2018, 2:53 PM
This revision was automatically updated to reflect the committed changes.