aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-21 16:36:21 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-21 16:36:21 +0000
commit6dbe292c6e57c51f7d80de141ad591d9f580735c (patch)
tree1777f3b52d79bd9b7f72c78ff98d6f39caf56ebb /epan/wslua
parent0ee9f589f635c89183256d3ad08f313675cb7585 (diff)
Fix warning about unused parameter
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21863 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/wslua')
-rw-r--r--epan/wslua/make-taps.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wslua/make-taps.pl b/epan/wslua/make-taps.pl
index 99a82a055f..7393945f4f 100644
--- a/epan/wslua/make-taps.pl
+++ b/epan/wslua/make-taps.pl
@@ -186,7 +186,7 @@ print CFILE <<"TBLFTR";
{NULL,NULL}
};
-int wslua_set_tap_enums(lua_State* L) {
+int wslua_set_tap_enums(lua_State* L _U_) {
TBLFTR