From: Bryan Duxbury Date: Mon, 20 Sep 2010 17:41:40 +0000 (+0000) Subject: THRIFT-901. hs: Allow the bindings to compile without -fglasgow-exts and with -Wall... X-Git-Tag: 0.5.0~34 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=f38b2f10fb83284c9a449e9aec82fc2a10cba81e;p=common%2Fthrift.git 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 --- 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_"<