http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51438
User: jmayer
Date: 2013/08/19 11:35 PM
Log:
Fix for
[ 6%] Building C object epan/CMakeFiles/epan.dir/addr_resolv.c.o
/home/jmayer/work/wireshark/svn/trunk/epan/addr_resolv.c:1927:1: error: unused function
'get_ipxnetbyname' [-Werror,-Wunused-function]
get_ipxnetbyname(const gchar *name)
^
/home/jmayer/work/wireshark/svn/trunk/epan/addr_resolv.c:2009:1: error: unused function
'add_ipxnet_name' [-Werror,-Wunused-function]
by #if 0/#endif the functions. If they really are not needed any more
they should be removed.
Directory: /trunk/epan/
Changes Path Action
+5 -0 addr_resolv.c Modified