From 8b15e6ba73a45b5be5064cb2f866ad0654d7af18 Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Mon, 2 Mar 2009 15:23:53 -0330 Subject: C++Builder 2009 port --- cpp/src/IceBox/Admin.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpp/src/IceBox/Admin.cpp') diff --git a/cpp/src/IceBox/Admin.cpp b/cpp/src/IceBox/Admin.cpp index 2a77a8629ba..6cd3076b995 100644 --- a/cpp/src/IceBox/Admin.cpp +++ b/cpp/src/IceBox/Admin.cpp @@ -58,6 +58,9 @@ Client::run(int argc, char* argv[]) vector commands; try { +#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) + IceUtil::DummyBCC dummy; +#endif commands = opts.parse(argc, (const char**)argv); } catch(const IceUtilInternal::BadOptException& e) -- cgit v1.2.3