[Lldb-commits] [PATCH] D11745: [debugserver] Fix "control may reach end of non-void function" warnings.
Jason Molenda
jmolenda at apple.com
Mon Aug 3 20:37:37 PDT 2015
jasonmolenda added a subscriber: jasonmolenda.
jasonmolenda accepted this revision.
jasonmolenda added a reviewer: jasonmolenda.
jasonmolenda added a comment.
This revision is now accepted and ready to land.
Hm, won't we get some compiler warning about how there aren't default: cases for these switch statements? :) This change is fine if it helps eliminate unhelpful warnings.
http://reviews.llvm.org/D11745
More information about the lldb-commits
mailing list