The Windows compiler thinks that doing return(func_that_returns_void()) in a function...
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 11 Jan 2008 21:06:00 +0000 (21:06 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 11 Jan 2008 21:06:00 +0000 (21:06 +0000)
commit90d8a409d667e5c3cff6852af49bd1b7ca23215d
tree50954fa6db40ef09b397258df9af803800199793
parentd4d01ceb06a8defb3ad5556e6092a18ad01cc363
The Windows compiler thinks that doing return(func_that_returns_void()) in a function that itself returns void is "'void' function returning a value".  So don't do that.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24068 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-ff.c