summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/interceptor/Client.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2012-09-07 11:19:34 -0400
committerBernard Normier <bernard@zeroc.com>2012-09-07 11:19:34 -0400
commitc9c426efd3e579d0220fbdee4a0a261fa2c191b5 (patch)
treed67c6356bfda2700e983586afaa71f28734c2cc9 /cpp/test/Ice/interceptor/Client.cpp
parentUndo pragma-once-in-header enhancement (diff)
downloadice-c9c426efd3e579d0220fbdee4a0a261fa2c191b5.tar.bz2
ice-c9c426efd3e579d0220fbdee4a0a261fa2c191b5.tar.xz
ice-c9c426efd3e579d0220fbdee4a0a261fa2c191b5.zip
Port to Solaris 11 / Solaris Studio 12.3 (== CC 5.12)
Fix to BasicStream.h (unitialized data member) that caused occasional failures in Ice/stream test
Diffstat (limited to 'cpp/test/Ice/interceptor/Client.cpp')
-rw-r--r--cpp/test/Ice/interceptor/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/interceptor/Client.cpp b/cpp/test/Ice/interceptor/Client.cpp
index ca859d07c36..9030bb174ba 100644
--- a/cpp/test/Ice/interceptor/Client.cpp
+++ b/cpp/test/Ice/interceptor/Client.cpp
@@ -38,7 +38,7 @@ private:
};
#ifndef _WIN32
-void testAction(int)
+extern "C" void testAction(int)
{
test(false);
}