From ca67b899594004966f002a82ff126e0916f133d4 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Tue, 28 Sep 2010 03:30:17 +0000 Subject: [PATCH] contrib/fb303: use pure_enums in C++ for compatibility git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1002000 13f79535-47bb-0310-9956-ffa450edef68 --- contrib/fb303/cpp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/fb303/cpp/Makefile.am b/contrib/fb303/cpp/Makefile.am index 17579c15..748d3298 100644 --- a/contrib/fb303/cpp/Makefile.am +++ b/contrib/fb303/cpp/Makefile.am @@ -68,7 +68,7 @@ endif # Set up Thrift specific activity here. # We assume that a +types.cpp will always be built from .thrift. -$(eval $(call thrift_template,.,../if/fb303.thrift,-I $(thrift_home)/share --gen cpp )) +$(eval $(call thrift_template,.,../if/fb303.thrift,-I $(thrift_home)/share --gen cpp:pure_enums )) include_fb303dir = $(includedir)/thrift/fb303 include_fb303_HEADERS = FacebookBase.h ServiceTracker.h gen-cpp/FacebookService.h gen-cpp/fb303_constants.h gen-cpp/fb303_types.h -- 2.17.1