aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-03 13:05:45 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-03 13:05:45 +0000
commitb7cbd59d28f7faf44e7d0db7a720facb72a4d740 (patch)
treecc80b5fd9589fe4606d1a5c3d262cb486927fcca /config.nmake
parentee2ce9b80850de4c00e661b84388866c76fd2220 (diff)
Fix:
packet-ndmp.c:562: warning: unused parameter 'pinfo' git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28936 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index 56c8175a4c..6f02c6bd8d 100644
--- a/config.nmake
+++ b/config.nmake
@@ -142,7 +142,7 @@ GLIB_DIR=$(WIRESHARK_LIBS)\glib
##### To Use new packet list uncomment this line ####
### Warning Experimental - work in progress
-#NEW_PACKET_LIST_CONFIG=^#define NEW_PACKET_LIST 1
+NEW_PACKET_LIST_CONFIG=^#define NEW_PACKET_LIST 1
#
# Mandatory: GTK (& related libs) settings