You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2015/07/24 01:04:11 UTC

thrift git commit: THRIFT-3257 warning: extra tokens at end of #endif directive Client: C++ Patch: Jens Geyer

Repository: thrift
Updated Branches:
  refs/heads/master de78b54b8 -> b141fd080


THRIFT-3257 warning: extra tokens at end of #endif directive
Client: C++
Patch: Jens Geyer

This closes #559


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/b141fd08
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/b141fd08
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/b141fd08

Branch: refs/heads/master
Commit: b141fd0801574761608ce08f1d81ea47392f82cb
Parents: de78b54
Author: Jens Geyer <je...@apache.org>
Authored: Fri Jul 24 00:07:02 2015 +0200
Committer: Jens Geyer <je...@apache.org>
Committed: Fri Jul 24 01:03:07 2015 +0200

----------------------------------------------------------------------
 lib/cpp/test/processor/Handlers.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/b141fd08/lib/cpp/test/processor/Handlers.h
----------------------------------------------------------------------
diff --git a/lib/cpp/test/processor/Handlers.h b/lib/cpp/test/processor/Handlers.h
index c90993a..041fd3d 100644
--- a/lib/cpp/test/processor/Handlers.h
+++ b/lib/cpp/test/processor/Handlers.h
@@ -142,7 +142,7 @@ protected:
 #ifdef _WIN32
   #pragma warning( push )
   #pragma warning (disable : 4250 ) //inheriting methods via dominance
-#endif;
+#endif
 
 class ChildHandler : public ParentHandler, virtual public ChildServiceIf {
 public: