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

This closes #559
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 @@
 #ifdef _WIN32
   #pragma warning( push )
   #pragma warning (disable : 4250 ) //inheriting methods via dominance
-#endif;
+#endif
 
 class ChildHandler : public ParentHandler, virtual public ChildServiceIf {
 public: