From f38b2f10fb83284c9a449e9aec82fc2a10cba81e Mon Sep 17 00:00:00 2001 From: Bryan Duxbury Date: Mon, 20 Sep 2010 17:41:40 +0000 Subject: [PATCH] THRIFT-901. hs: Allow the bindings to compile without -fglasgow-exts and with -Wall -Werror Forgot a small chunk of the previous patch. Patch: Christian Lavoie git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@999019 13f79535-47bb-0310-9956-ffa450edef68 --- compiler/cpp/src/generate/t_hs_generator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/cpp/src/generate/t_hs_generator.cc b/compiler/cpp/src/generate/t_hs_generator.cc index 4ddd8cde..7b178dfe 100644 --- a/compiler/cpp/src/generate/t_hs_generator.cc +++ b/compiler/cpp/src/generate/t_hs_generator.cc @@ -574,7 +574,7 @@ void t_hs_generator::generate_hs_struct_reader(ofstream& out, t_struct* tstruct) // read indent(out) << "read_"<