aboutsummaryrefslogtreecommitdiffstats
path: root/conditions.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-05-04 09:19:09 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-05-04 09:19:09 +0000
commitc76d74fcda04672ac0601b97fa80de30631c5456 (patch)
treeaf8354429c62836c6eb4cb533bf15fb56beee77f /conditions.c
parent9a2226cf7229e3639baeef279a16eecced661d5f (diff)
From Joerg Mayer: mark an unused argument as such.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5382 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'conditions.c')
-rw-r--r--conditions.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/conditions.c b/conditions.c
index 985a452dbe..6971462f42 100644
--- a/conditions.c
+++ b/conditions.c
@@ -1,7 +1,7 @@
/* conditions.c
* Implementation for condition handler.
*
- * $Id: conditions.c,v 1.1 2001/12/04 07:32:00 guy Exp $
+ * $Id: conditions.c,v 1.2 2002/05/04 09:19:09 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -197,7 +197,7 @@ static void _cnd_init(){
* to the key is stored in a global variable.
*/
void _cnd_find_hash_key_for_class_id(gpointer key,
- gpointer value,
+ gpointer value _U_,
gpointer user_data){
char* class_id = (char*)user_data;
char* key_value = (char*)key;