[Cmake-commits] CMake branch, next, updated. v3.0.0-rc4-3096-ga9aab32
Stephen Kelly
steveire at gmail.com
Sat May 10 03:49:10 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 a9aab32779760b944876046daede233c3ed370b0 (commit)
via e5d4049b147bd86ee0a9e11e09420fb3e8112ca0 (commit)
from 218d382abe03b8d877ccd4ecf8cf1a45d1f227d6 (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=a9aab32779760b944876046daede233c3ed370b0
commit a9aab32779760b944876046daede233c3ed370b0
Merge: 218d382 e5d4049
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat May 10 03:49:09 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat May 10 03:49:09 2014 -0400
Merge topic 'WriteCompilerDetectionHeader-module' into next
e5d4049b Nullary main.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e5d4049b147bd86ee0a9e11e09420fb3e8112ca0
commit e5d4049b147bd86ee0a9e11e09420fb3e8112ca0
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat May 10 09:48:45 2014 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Sat May 10 09:48:45 2014 +0200
Nullary main.
diff --git a/Tests/Module/WriteCompilerDetectionHeader/main.cpp b/Tests/Module/WriteCompilerDetectionHeader/main.cpp
index 628d26b..8b4ea52 100644
--- a/Tests/Module/WriteCompilerDetectionHeader/main.cpp
+++ b/Tests/Module/WriteCompilerDetectionHeader/main.cpp
@@ -13,7 +13,7 @@
#error cxx_variadic_templates expected availability did not match.
#endif
-int main(int argc, char **argv)
+int main()
{
return 0;
}
-----------------------------------------------------------------------
Summary of changes:
Tests/Module/WriteCompilerDetectionHeader/main.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list