aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-13 04:00:47 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-13 04:00:47 +0000
commit1999e1d30fd2045ba0ff2b5fe47afc4aa3454030 (patch)
treeccbb4c7cee8f5d724b831c9a19315ecacd91de0b /epan/Makefile.common
parent9851cfbf1c1df8105231150fb50a87682bb22f8b (diff)
Move the definition of GNUC_FORMAT_CHECK() to its own header, use it in
column-utils.h, and add it to expert.h, so we check the arguments to "expert_add_info_format()", at least if the format argument is a constant string. Fix some more calls to "expert_add_info_format()" to pass it a format string. Don't record BoundsError exceptions as expert events - they merely reflect a capture done with a snapshot length too short to capture all of the packet (any case where it's caused by something else is a bug). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15776 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 65762fa9a0..670bc3b668 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -121,6 +121,7 @@ LIBETHEREAL_INCLUDES = \
filesystem.h \
follow.h \
frame_data.h \
+ gnuc_format_check.h \
h225-persistentdata.h \
in_cksum.h \
ipproto.h \