diff options
author | Brad King <brad.king@kitware.com> | 2014-04-02 13:35:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-04-02 13:35:36 (GMT) |
commit | 1de086855caa63063380387d70811e8acf1f3d05 (patch) | |
tree | 2f8ba472582e62dd1f8917031627fd4ff0de98dd /Source/cmNinjaTargetGenerator.h | |
parent | 8c9c4fe1a6d0c660c7e4e4c1af2cdf2e889fbfbd (diff) | |
download | CMake-1de086855caa63063380387d70811e8acf1f3d05.zip CMake-1de086855caa63063380387d70811e8acf1f3d05.tar.gz CMake-1de086855caa63063380387d70811e8acf1f3d05.tar.bz2 |
cmSystemTools: Restore unreachable return to silence warnings
Some compilers do not recognize that the end of copy_data cannot
be reached and complain that there is no return statement. Clang
warns that there is an unreachable return statement if it appears.
Conditionally add the return statement when not building with Clang.
Diffstat (limited to 'Source/cmNinjaTargetGenerator.h')
0 files changed, 0 insertions, 0 deletions