From c8fd1e46279e00c58b3610db9c451c42199fcc6f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 18 Sep 2007 16:00:21 +0000 Subject: [PATCH] Commented out herror() as its not called anywhere in the code. --- src/osgPlugins/net/sockinet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/net/sockinet.cpp b/src/osgPlugins/net/sockinet.cpp index 2246e8825..8789c7840 100644 --- a/src/osgPlugins/net/sockinet.cpp +++ b/src/osgPlugins/net/sockinet.cpp @@ -67,7 +67,7 @@ extern "C" { #endif // need add throw() under Linux when compile with aggressive warning -void herror(const char*) throw(); +// void herror(const char*) throw(); sockinetaddr::sockinetaddr () {