Skip to content

Commit

Permalink
Fix MSVC "not all control paths return a value" warning.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362076 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
RKSimon committed May 30, 2019
1 parent a250e2c commit 19ba6ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/clang/Basic/ObjCRuntime.h
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ class ObjCRuntime {
case WatchOS:
return true;
}
llvm_unreachable("bad kind");
}

/// Try to parse an Objective-C runtime specification from the given
Expand Down

0 comments on commit 19ba6ef

Please sign in to comment.