packet-diameter.c should now compile without warnings. Mark it as a

clean dissector (so that the buildbots compile it with -Werror, in the
hopes of keeping it clean).

svn path=/trunk/; revision=23255
This commit is contained in:
Guy Harris 2007-10-24 02:28:03 +00:00
parent 10276efd48
commit 1b69944c45
1 changed files with 1 additions and 1 deletions

View File

@ -329,6 +329,7 @@ CLEAN_DISSECTOR_SRC = \
packet-dec-dnart.c \
packet-dhcp-failover.c \
packet-dhcpv6.c \
packet-diameter.c \
packet-dis.c \
packet-dis-enums.c \
packet-dis-fields.c \
@ -761,7 +762,6 @@ CLEAN_DISSECTOR_SRC = \
# the dissector sources (without any helpers)
DISSECTOR_SRC = \
packet-bacapp.c \
packet-diameter.c \
packet-k12.c \
packet-nbd.c \
packet-sccp.c \