summaryrefslogtreecommitdiff
path: root/examples/Connection/non_blocking/test_spipe_connector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Connection/non_blocking/test_spipe_connector.cpp')
-rw-r--r--examples/Connection/non_blocking/test_spipe_connector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Connection/non_blocking/test_spipe_connector.cpp b/examples/Connection/non_blocking/test_spipe_connector.cpp
index d8b367b1347..667bf927404 100644
--- a/examples/Connection/non_blocking/test_spipe_connector.cpp
+++ b/examples/Connection/non_blocking/test_spipe_connector.cpp
@@ -46,7 +46,7 @@ template class Peer_Handler<ACE_SPIPE_STREAM>;
#else
int
-main (void)
+main (int, char *[])
{
ACE_ERROR_RETURN ((LM_ERROR, "This test is not ported to Win32 (yet)\n"), -1);
}