summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_helper.h
diff options
context:
space:
mode:
authorvzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-03-07 16:20:38 +0000
committervzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-03-07 16:20:38 +0000
commitdb047885e63c13aca71c273a6f1758d5017fcc07 (patch)
treeb876b96486a2ef0fedfde859a053fdc2de33a5b5 /TAO/TAO_IDL/be_include/be_helper.h
parent1694202b986e227a9ec7bb414a41c9d16428ba5a (diff)
downloadATCD-db047885e63c13aca71c273a6f1758d5017fcc07.tar.gz
Mon Mar 7 16:19:40 UTC 2011 Vladimir Zykov <vladimir.zykov@prismtech.com>
* orbsvcs/orbsvcs/PortableGroup/UIPMC_Profile.cpp: * tao/GIOP_Message_Base.cpp: * TAO_IDL/be/be_visitor_arg_traits.cpp: * TAO_IDL/be/be_codegen.cpp: * TAO_IDL/be/be_helper.cpp: * TAO_IDL/be/be_visitor_array/array_ci.cpp: * TAO_IDL/be/be_sequence.cpp: * TAO_IDL/be_include/be_helper.h: Fixed warnings from incorrect use of printf format.
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_helper.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_helper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be_include/be_helper.h b/TAO/TAO_IDL/be_include/be_helper.h
index 9f0ecb4cae5..584d5804f89 100644
--- a/TAO/TAO_IDL/be_include/be_helper.h
+++ b/TAO/TAO_IDL/be_include/be_helper.h
@@ -159,7 +159,8 @@ public:
int nl (void);
/// "printf" style variable argument print
- int print (const char *format, ...);
+ int print (const char *format, ...)
+ ACE_GCC_FORMAT_ATTRIBUTE (printf, 2, 3);
/// Generate a #if !defined, #defined macro
int gen_ifdef_macro (const char *flat_name,
@@ -216,7 +217,6 @@ protected:
/// Used to set tab spaces.
ACE_CString tab_unit_str_;
- const char *tab_unit_;
};
#endif // if !defined