[Lldb-commits] [PATCH] D11745: [debugserver] Fix "control may reach end of non-void function" warnings.

Bruce Mitchener bruce.mitchener at gmail.com
Mon Aug 3 20:52:51 PDT 2015


brucem added a comment.

It doesn't create new warnings in the cmake build (which appears to have a lot more warnings enabled than the xcode build). I'm trying to slowly work towards zero warnings in the OS X cmake build.

This shouldn't generate new warnings though since it is checking for numerical values rather than something like an enumeration where it can make sure the range of the value is covered by the switch statement's cases. (Which is another set of warnings to address...)


http://reviews.llvm.org/D11745







More information about the lldb-commits mailing list