[Lldb-commits] [PATCH] D69612: [lldb-vscod] fix build with NDEBUG on windows

Martin Storsjö via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 30 03:08:43 PDT 2019


mstorsjo added reviewers: labath, amccarth.
mstorsjo added a comment.

Good catch, thanks! But would we need to add something like `(void)result;` to silence potential compiler warnings about an unused (or set but not read) variable?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69612/new/

https://reviews.llvm.org/D69612





More information about the lldb-commits mailing list