[Cmake-commits] CMake branch, next, updated. v3.6.0-rc2-317-g14050cf

Brad King brad.king at kitware.com
Thu Jun 16 09:17:58 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  14050cfb2b3bb266284f27064cd15d2ef919e79e (commit)
       via  be786eb44c782c8502c2c5253c5658a33e91eb5a (commit)
      from  5ce786e3d810391c2ed259e2ac0bad2d8ac5a9eb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=14050cfb2b3bb266284f27064cd15d2ef919e79e
commit 14050cfb2b3bb266284f27064cd15d2ef919e79e
Merge: 5ce786e be786eb
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jun 16 09:17:57 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jun 16 09:17:57 2016 -0400

    Merge topic 'xcode-mig-support' into next
    
    be786eb4 fixup! Xcode: Add function to conditionally add Xcode Attributes


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=be786eb44c782c8502c2c5253c5658a33e91eb5a
commit be786eb44c782c8502c2c5253c5658a33e91eb5a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jun 16 09:17:49 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Jun 16 09:17:49 2016 -0400

    fixup! Xcode: Add function to conditionally add Xcode Attributes

diff --git a/Source/cmXCodeObject.cxx b/Source/cmXCodeObject.cxx
index 919f8c9..fabf097 100644
--- a/Source/cmXCodeObject.cxx
+++ b/Source/cmXCodeObject.cxx
@@ -96,6 +96,7 @@ bool cmXCodeObject::IsEmpty() const
     case OBJECT:
       return this->Object == 0;
   }
+  return true; // unreachable, but quiets warnings
 }
 
 void cmXCodeObject::Indent(int level, std::ostream& out)

-----------------------------------------------------------------------

Summary of changes:
 Source/cmXCodeObject.cxx |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list