From e231da4666b39e39102eff67dd9a52920c82a3a1 Mon Sep 17 00:00:00 2001 From: alexpeshkoff Date: Sat, 7 Feb 2015 14:57:23 +0000 Subject: [PATCH] warnings --- src/gpre/obj_cxx.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gpre/obj_cxx.cpp b/src/gpre/obj_cxx.cpp index 9d82ba152a..fb54df2d8a 100644 --- a/src/gpre/obj_cxx.cpp +++ b/src/gpre/obj_cxx.cpp @@ -1482,9 +1482,9 @@ static void gen_database(int column) if (all_extern) { printa(column, "%sFirebird::CheckStatusWrapper* %s;\t/* status vector */", - scope, global_status_name, global_status_name); + scope, global_status_name); printa(column, "%sFirebird::CheckStatusWrapper* %s2;\t/* status vector */", - scope, global_status_name, global_status_name); + scope, global_status_name); } else {