aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-09-13 04:00:47 +0000
committerGuy Harris <guy@alum.mit.edu>2005-09-13 04:00:47 +0000
commitaba53424dda64ec75b98719bab91e37f03d713c8 (patch)
treeccbb4c7cee8f5d724b831c9a19315ecacd91de0b /epan/Makefile.common
parentfcc31e309f1c781d87768307aae929e75780d2fe (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). svn path=/trunk/; revision=15776
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 \