Help GCC along with code that's actually unreachable.
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 22 Jan 2012 01:17:04 +0000 (01:17 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 22 Jan 2012 01:17:04 +0000 (01:17 +0000)
commit69c96d71dd31401b2fbef5837e37cb81b2a7c83a
tree1e523221ec2a48b65894833d938f25861876a1ff
parent6a32b6f0c088e4d2972cf5d208c54f42c2c52f85
Help GCC along with code that's actually unreachable.

Unfortunately I don't think there's a fix for this that will work upstream and
also satisfy Clang's -Wunreachable-code, which is a pity. But I'll give it some
more thought -perhaps there's some way out.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148645 91177308-0d34-0410-b5e6-96231b3b80d8
utils/unittest/googletest/gtest.cc