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  d13b3c756347497a626a9964e6e5b8945b00fd6a (commit)
       via  30b090648301ca9615482838a09cfe1de744a03d (commit)
      from  b0d35d9e647b105718361b62a5ca230cdec3e782 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d13b3c756347497a626a9964e6e5b8945b00fd6a
commit d13b3c756347497a626a9964e6e5b8945b00fd6a
Merge: b0d35d9 30b0906
Author:     Clinton Stimpson <clin...@elemtech.com>
AuthorDate: Fri Dec 19 16:21:39 2014 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Fri Dec 19 16:21:39 2014 -0500

    Merge topic 'macho-parser' into next
    
    30b09064 Fix compile warnings on Linux without cmMachO.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=30b090648301ca9615482838a09cfe1de744a03d
commit 30b090648301ca9615482838a09cfe1de744a03d
Author:     Clinton Stimpson <clin...@elemtech.com>
AuthorDate: Fri Dec 19 14:20:42 2014 -0700
Commit:     Clinton Stimpson <clin...@elemtech.com>
CommitDate: Fri Dec 19 14:20:42 2014 -0700

    Fix compile warnings on Linux without cmMachO.

diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index ee707ec..1c8c387 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -2367,6 +2367,9 @@ bool cmSystemTools::GuessLibraryInstallName(std::string 
const& fullPath,
     {
     return macho.GetInstallName(soname);
     }
+#else
+  (void)fullPath;
+  (void)soname;
 #endif
 
   return false;

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

Summary of changes:
 Source/cmSystemTools.cxx |    3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to