summaryrefslogtreecommitdiff
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-08-27 14:16:33 -0700
committerGuy Harris <guy@alum.mit.edu>2014-08-27 21:17:37 +0000
commitd04ec412d608deb4112d11f495f7efc3070348f7 (patch)
tree38048363b7d6a6b957b259e8eac6338cf10ec382 /wsutil/Makefile.common
parent1b3bc9b71e5f985a6df221d69f61cb52a71324e6 (diff)
downloadwireshark-d04ec412d608deb4112d11f495f7efc3070348f7.tar.gz
Use FreeRADIUS's warning pragma controls to suppress Apple complaints.
Apple would really rather that you use their Shiny Happy Frameworks rather than those crufty old cross-platform APIs. We are a cross-platform program, and will use platform-specific APIs only if there's enough benefit to doing so - and, in this case, that means "using the platform-specific APIs on OS X and the other APIs on other platforms", so that's two code paths to maintain, so "enough benefit" has to outweigh the issues with that. Change-Id: I370ba469a6f5892143d72179d15c9fe22d664fdf Reviewed-on: https://code.wireshark.org/review/3881 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wsutil/Makefile.common')
-rw-r--r--wsutil/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index cb595977c1..5e8ba72e70 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -127,6 +127,7 @@ libwsutil_nonrepl_INCLUDES = \
u3.h \
unicode-utils.h \
ws_cpuid.h \
+ ws_diag_control.h \
ws_mempbrk.h \
ws_version_info.h