Fix windows buildbot where warnings are errors. We had a switch statement...
Fix windows buildbot where warnings are errors. We had a switch statement where all enumerations were handled, but some compilers don't recognize this. Simplify the logic so that all compilers will know a return value is returned in all cases. llvm-svn: 286600
Loading
Please sign in to comment