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/IcePatch2/Server.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpp/src/IcePatch2/Server.cpp') diff --git a/cpp/src/IcePatch2/Server.cpp b/cpp/src/IcePatch2/Server.cpp index 62b35de8004..91e71d708aa 100644 --- a/cpp/src/IcePatch2/Server.cpp +++ b/cpp/src/IcePatch2/Server.cpp @@ -76,6 +76,9 @@ IcePatch2::PatcherService::start(int argc, char* argv[]) vector args; try { +#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) + IceUtil::DummyBCC dummy; +#endif args = opts.parse(argc, (const char**)argv); } catch(const IceUtilInternal::BadOptException& e) -- cgit v1.2.3