From 1307d3d1626ca3410cb980c1cd4bdad0f0673aac Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Fri, 31 Oct 2014 15:03:01 -0400 Subject: New IceUtil headers to push and pop pragma disable warning with MSVC and GCC --- cpp/demo/IceGrid/icebox/HelloServiceI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/demo/IceGrid/icebox/HelloServiceI.cpp') diff --git a/cpp/demo/IceGrid/icebox/HelloServiceI.cpp b/cpp/demo/IceGrid/icebox/HelloServiceI.cpp index cea8fe13632..120cb270592 100644 --- a/cpp/demo/IceGrid/icebox/HelloServiceI.cpp +++ b/cpp/demo/IceGrid/icebox/HelloServiceI.cpp @@ -20,7 +20,7 @@ extern "C" // Factory function // ICE_DECLSPEC_EXPORT IceBox::Service* -create(Ice::CommunicatorPtr communicator) +create(Ice::CommunicatorPtr) { return new HelloServiceI; } -- cgit v1.2.3