From 1b69944c4593ea3e97a9b21409301c178b690002 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 24 Oct 2007 02:28:03 +0000 Subject: [PATCH] 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 --- epan/dissectors/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common index 431148eaca..1fa78020d6 100644 --- a/epan/dissectors/Makefile.common +++ b/epan/dissectors/Makefile.common @@ -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 \