Suppress harmless unused variable warnings in wxSocket under AIX.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 31 Oct 2011 14:24:54 +0000 (14:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 31 Oct 2011 14:24:54 +0000 (14:24 +0000)
commit898c3e88e92f4ae6c4a9c3dcf9706b7fba2564eb
tree3ad316e458c926a59a09cf67916ed7515f109b8e
parent6677f122a1bf48ec0d7902e0d2accdeacb0d0d12
Suppress harmless unused variable warnings in wxSocket under AIX.

The size of the buffer is not used with AIX conventions for gethostbyaddr_r()
and getservbyname_r() functions.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/sckaddr.cpp