summaryrefslogtreecommitdiff
path: root/lib/cpp
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2015-07-24 00:07:02 +0200
committerJens Geyer <jensg@apache.org>2015-07-24 01:03:07 +0200
commitb141fd0801574761608ce08f1d81ea47392f82cb (patch)
treef94df10e93594f8de23aeb11ab159541ba7c1568 /lib/cpp
parentde78b54b8946dbb65c739608907631c167c871af (diff)
downloadthrift-b141fd0801574761608ce08f1d81ea47392f82cb.tar.gz
THRIFT-3257 warning: extra tokens at end of #endif directive
Client: C++ Patch: Jens Geyer This closes #559
Diffstat (limited to 'lib/cpp')
-rw-r--r--lib/cpp/test/processor/Handlers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cpp/test/processor/Handlers.h b/lib/cpp/test/processor/Handlers.h
index c90993a34..041fd3d3d 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: