[Cmake-commits] CMake branch, next, updated. v3.0.0-4503-g58587a8

Nils Gladitz nilsgladitz at gmail.com
Thu Jul 24 16:46:45 EDT 2014


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  58587a8eb5cfe70478b8890980474f342e702421 (commit)
       via  1c5847871b490a0335d713f858e4f2ccc3fb2215 (commit)
      from  6b02906522196cfc2f8c9c29fb3f483d6d5b61ff (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=58587a8eb5cfe70478b8890980474f342e702421
commit 58587a8eb5cfe70478b8890980474f342e702421
Merge: 6b02906 1c58478
Author:     Nils Gladitz <nilsgladitz at gmail.com>
AuthorDate: Thu Jul 24 16:46:44 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jul 24 16:46:44 2014 -0400

    Merge topic 'pdb-genex' into next
    
    1c584787 Genex: Fix unused parameter warning


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1c5847871b490a0335d713f858e4f2ccc3fb2215
commit 1c5847871b490a0335d713f858e4f2ccc3fb2215
Author:     Nils Gladitz <nilsgladitz at gmail.com>
AuthorDate: Thu Jul 24 22:46:26 2014 +0200
Commit:     Nils Gladitz <nilsgladitz at gmail.com>
CommitDate: Thu Jul 24 22:46:26 2014 +0200

    Genex: Fix unused parameter warning

diff --git a/Source/cmGeneratorExpressionEvaluator.cxx b/Source/cmGeneratorExpressionEvaluator.cxx
index 8c7c53b..0477afb 100644
--- a/Source/cmGeneratorExpressionEvaluator.cxx
+++ b/Source/cmGeneratorExpressionEvaluator.cxx
@@ -1563,7 +1563,7 @@ struct TargetFilesystemArtifactResultCreator<ArtifactPdbTag>
 {
   static std::string Create(cmTarget* target,
                             cmGeneratorExpressionContext *context,
-                            const GeneratorExpressionContent *content)
+                            const GeneratorExpressionContent *)
   {
     std::string result = target->GetPDBDirectory(context->Config);
     result += "/";

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

Summary of changes:
 Source/cmGeneratorExpressionEvaluator.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list