Skip to content

Instantly share code, notes, and snippets.

@mischnic
Created December 4, 2018 15:01
Show Gist options
  • Save mischnic/c486288af4d3c9b3a3913d092f240287 to your computer and use it in GitHub Desktop.
Save mischnic/c486288af4d3c9b3a3913d092f240287 to your computer and use it in GitHub Desktop.
wireshark on macOS 10.13.6 - Homebrew build logs
Homebrew build logs for wireshark on macOS 10.13.6
Build date: 2018-12-04 15:59:15
HOMEBREW_VERSION: 1.8.4-25-gc89f6c8
ORIGIN: https://github.com/Homebrew/brew
HEAD: c89f6c8f8c60c52a9278ccb035dadf73d999df13
Last commit: 21 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: bb0525886df063669bc5d281291023211f822e39
Core tap last commit: 5 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_DEV_CMD_RUN: 1
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_MAKE_JOBS: 3
HOMEBREW_NO_AUTO_UPDATE: true
HOMEBREW_VISUAL: /usr/local/bin/subl -w
CPU: quad-core 64-bit sandybridge
Homebrew Ruby: 2.3.7 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby
Clang: 9.1 build 902
Git: 2.19.2 => /usr/local/bin/git
Curl: 7.54.0 => /usr/bin/curl
Java: 11.0.1
macOS: 10.13.6-x86_64
CLT: 9.4.1.0.1.1528165917
Xcode: 9.4.1
XQuartz: 2.7.11 => /opt/X11
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: A newer Command Line Tools release is available.
Update them from Software Update in the App Store.
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/python3.7m/greenlet/greenlet.h
Warning: Your Xcode (9.4.1) is outdated.
Please update to Xcode 10.1 (or delete it).
Xcode can be updated from the App Store.
2018-12-04 15:55:59 +0100
cmake
-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/wireshark/2.6.5
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-DENABLE_CARES=ON
-DENABLE_GNUTLS=ON
-DENABLE_MAXMINDDB=ON
-DBUILD_wireshark_gtk=OFF
-DENABLE_PORTAUDIO=OFF
-DENABLE_LUA=ON
-DLUA_INCLUDE_DIR=/usr/local/opt/lua@5.1/include/lua-5.1
-DLUA_LIBRARY=/usr/local/opt/lua@5.1/lib/liblua5.1.dylib
-DCARES_INCLUDE_DIR=/usr/local/opt/c-ares/include
-DGCRYPT_INCLUDE_DIR=/usr/local/opt/libgcrypt/include
-DGNUTLS_INCLUDE_DIR=/usr/local/opt/gnutls/include
-DMAXMINDDB_INCLUDE_DIR=/usr/local/opt/libmaxminddb/include
-DENABLE_SMI=ON
-DBUILD_sshdump=ON
-DBUILD_ciscodump=ON
-DENABLE_NGHTTP2=ON
-DBUILD_wireshark=OFF
-DENABLE_APPLICATION_BUNDLE=OFF
-DENABLE_QT5=OFF
-- The C compiler identification is AppleClang 9.1.0.9020039
-- The CXX compiler identification is AppleClang 9.1.0.9020039
-- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang
-- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++
-- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Generating build using CMake 3.13.1
-- No custom file found in /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5
-- Configuration types:
-- CMAKE_C_FLAGS_RELEASE: -DNDEBUG
-- CMAKE_CXX_FLAGS_RELEASE: -DNDEBUG
-- V: 2.6.5, MaV: 2, MiV: 6, PL: 5, EV: .
-- Found PythonInterp: /usr/local/bin/python (found version "2.7.15")
-- Found python module asn2wrs: /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/tools/asn2wrs.py
-- Checking for c-compiler flag: -Qunused-arguments
-- Performing Test C__Qunused_arguments_VALID
-- Performing Test C__Qunused_arguments_VALID - Success
-- Checking for c++-compiler flag: -Qunused-arguments
-- Performing Test CXX__Qunused_arguments_VALID
-- Performing Test CXX__Qunused_arguments_VALID - Success
-- Checking for c-compiler flag: -Wall
-- Performing Test C__Wall_VALID
-- Performing Test C__Wall_VALID - Success
-- Checking for c-compiler flag: -Wextra
-- Performing Test C__Wextra_VALID
-- Performing Test C__Wextra_VALID - Success
-- Checking for c-compiler flag: -Wendif-labels
-- Performing Test C__Wendif_labels_VALID
-- Performing Test C__Wendif_labels_VALID - Success
-- Checking for c-compiler flag: -Wpointer-arith
-- Performing Test C__Wpointer_arith_VALID
-- Performing Test C__Wpointer_arith_VALID - Success
-- Checking for c-compiler flag: -Wformat-security
-- Performing Test C__Wformat_security_VALID
-- Performing Test C__Wformat_security_VALID - Success
-- Checking for c-compiler flag: -fwrapv
-- Performing Test C__fwrapv_VALID
-- Performing Test C__fwrapv_VALID - Success
-- Checking for c-compiler flag: -fno-strict-overflow
-- Performing Test C__fno_strict_overflow_VALID
-- Performing Test C__fno_strict_overflow_VALID - Success
-- Checking for c-compiler flag: -Wvla
-- Performing Test C__Wvla_VALID
-- Performing Test C__Wvla_VALID - Success
-- Checking for c-compiler flag: -Waddress
-- Performing Test C__Waddress_VALID
-- Performing Test C__Waddress_VALID - Success
-- Checking for c-compiler flag: -Wattributes
-- Performing Test C__Wattributes_VALID
-- Performing Test C__Wattributes_VALID - Success
-- Checking for c-compiler flag: -Wdiv-by-zero
-- Performing Test C__Wdiv_by_zero_VALID
-- Performing Test C__Wdiv_by_zero_VALID - Success
-- Checking for c-compiler flag: -Wignored-qualifiers
-- Performing Test C__Wignored_qualifiers_VALID
-- Performing Test C__Wignored_qualifiers_VALID - Success
-- Checking for c-compiler flag: -Wpragmas
-- Performing Test C__Wpragmas_VALID
-- Performing Test C__Wpragmas_VALID - Success
-- Checking for c-compiler flag: -Wno-overlength-strings
-- Performing Test C__Wno_overlength_strings_VALID
-- Performing Test C__Wno_overlength_strings_VALID - Success
-- Checking for c-compiler flag: -Wno-long-long
-- Performing Test C__Wno_long_long_VALID
-- Performing Test C__Wno_long_long_VALID - Success
-- Checking for c-compiler flag: -Wheader-guard
-- Performing Test C__Wheader_guard_VALID
-- Performing Test C__Wheader_guard_VALID - Success
-- Checking for c-compiler flag: -Wframe-larger-than=32768
-- Performing Test C__Wframe_larger_than_32768_VALID
-- Performing Test C__Wframe_larger_than_32768_VALID - Success
-- Checking for c-compiler flag: -Wc++-compat
-- Performing Test C__Wc_compat_VALID
-- Performing Test C__Wc_compat_VALID - Success
-- Checking for c-compiler flag: -Wunused-const-variable
-- Performing Test C__Wunused_const_variable_VALID
-- Performing Test C__Wunused_const_variable_VALID - Success
-- Checking for c-compiler flag: -Wshadow
-- Performing Test C__Wshadow_VALID
-- Performing Test C__Wshadow_VALID - Success
-- Checking for c-compiler flag: -Wno-pointer-sign
-- Performing Test C__Wno_pointer_sign_VALID
-- Performing Test C__Wno_pointer_sign_VALID - Success
-- Checking for c-compiler flag: -Wold-style-definition
-- Performing Test C__Wold_style_definition_VALID
-- Performing Test C__Wold_style_definition_VALID - Success
-- Checking for c-compiler flag: -Wstrict-prototypes
-- Performing Test C__Wstrict_prototypes_VALID
-- Performing Test C__Wstrict_prototypes_VALID - Success
-- Checking for c-compiler flag: -Wlogical-op
-- Performing Test C__Wlogical_op_VALID
-- Performing Test C__Wlogical_op_VALID - Success
-- Checking for c-compiler flag: -Wjump-misses-init
-- Performing Test C__Wjump_misses_init_VALID
-- Performing Test C__Wjump_misses_init_VALID - Success
-- Checking for c-compiler flag: -Wshorten-64-to-32
-- Performing Test C__Wshorten_64_to_32_VALID
-- Performing Test C__Wshorten_64_to_32_VALID - Success
-- Checking for c-compiler flag: -Werror=implicit
-- Performing Test C__Werror_implicit_VALID
-- Performing Test C__Werror_implicit_VALID - Success
-- Checking for c-compiler flag: -Wcomma
-- Performing Test C__Wcomma_VALID
-- Performing Test C__Wcomma_VALID - Success
-- Checking for c++-compiler flag: -Wall
-- Performing Test CXX__Wall_VALID
-- Performing Test CXX__Wall_VALID - Success
-- Checking for c++-compiler flag: -Wextra
-- Performing Test CXX__Wextra_VALID
-- Performing Test CXX__Wextra_VALID - Success
-- Checking for c++-compiler flag: -Wendif-labels
-- Performing Test CXX__Wendif_labels_VALID
-- Performing Test CXX__Wendif_labels_VALID - Success
-- Checking for c++-compiler flag: -Wpointer-arith
-- Performing Test CXX__Wpointer_arith_VALID
-- Performing Test CXX__Wpointer_arith_VALID - Success
-- Checking for c++-compiler flag: -Wformat-security
-- Performing Test CXX__Wformat_security_VALID
-- Performing Test CXX__Wformat_security_VALID - Success
-- Checking for c++-compiler flag: -fwrapv
-- Performing Test CXX__fwrapv_VALID
-- Performing Test CXX__fwrapv_VALID - Success
-- Checking for c++-compiler flag: -fno-strict-overflow
-- Performing Test CXX__fno_strict_overflow_VALID
-- Performing Test CXX__fno_strict_overflow_VALID - Success
-- Checking for c++-compiler flag: -Wvla
-- Performing Test CXX__Wvla_VALID
-- Performing Test CXX__Wvla_VALID - Success
-- Checking for c++-compiler flag: -Waddress
-- Performing Test CXX__Waddress_VALID
-- Performing Test CXX__Waddress_VALID - Success
-- Checking for c++-compiler flag: -Wattributes
-- Performing Test CXX__Wattributes_VALID
-- Performing Test CXX__Wattributes_VALID - Success
-- Checking for c++-compiler flag: -Wdiv-by-zero
-- Performing Test CXX__Wdiv_by_zero_VALID
-- Performing Test CXX__Wdiv_by_zero_VALID - Success
-- Checking for c++-compiler flag: -Wignored-qualifiers
-- Performing Test CXX__Wignored_qualifiers_VALID
-- Performing Test CXX__Wignored_qualifiers_VALID - Success
-- Checking for c++-compiler flag: -Wpragmas
-- Performing Test CXX__Wpragmas_VALID
-- Performing Test CXX__Wpragmas_VALID - Success
-- Checking for c++-compiler flag: -Wno-overlength-strings
-- Performing Test CXX__Wno_overlength_strings_VALID
-- Performing Test CXX__Wno_overlength_strings_VALID - Success
-- Checking for c++-compiler flag: -Wno-long-long
-- Performing Test CXX__Wno_long_long_VALID
-- Performing Test CXX__Wno_long_long_VALID - Success
-- Checking for c++-compiler flag: -Wheader-guard
-- Performing Test CXX__Wheader_guard_VALID
-- Performing Test CXX__Wheader_guard_VALID - Success
-- Checking for c++-compiler flag: -Wframe-larger-than=32768
-- Performing Test CXX__Wframe_larger_than_32768_VALID
-- Performing Test CXX__Wframe_larger_than_32768_VALID - Success
-- Checking for c++-compiler flag: -Wshorten-64-to-32
-- Performing Test CXX__Wshorten_64_to_32_VALID
-- Performing Test CXX__Wshorten_64_to_32_VALID - Success
-- Performing Test FVHIDDEN
-- Performing Test FVHIDDEN - Success
statuscheck linker flag - test linker flags: -Wl,--as-needed
-- Performing Test WS_LD_FLAG_VALID0
-- Performing Test WS_LD_FLAG_VALID0 - Failed
statuscheck linker flag - test linker flags: -pie
-- Performing Test WS_LD_FLAG_VALID1
-- Performing Test WS_LD_FLAG_VALID1 - Success
-- Package List: BCG729 CAP CARES DOXYGEN GCRYPT GLIB2 GMODULE2 GNUTLS GTHREAD2 Gettext Git KERBEROS LEX LIBSSH LUA LZ4 LibXml2 M MaxMindDB NGHTTP2 PCAP POD Perl PythonInterp SBC SETCAP SMI SNAPPY SPANDSP YACC ZLIB
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2")
-- Checking for one of the modules 'bcg729'
-- Could NOT find bcg729 (missing: BCG729_INCLUDE_DIR BCG729_LIBRARY)
-- BCG729 NOT FOUND
-- Checking for one of the modules 'libcap'
-- Could NOT find CAP (missing: CAP_LIBRARY CAP_INCLUDE_DIR)
-- CAP NOT FOUND
-- Found CARES: /usr/local/lib/libcares.dylib (found suitable version "1.15.0", minimum required is "1.5.0")
-- CARES FOUND
-- CARES includes: /usr/local/opt/c-ares/include
-- CARES libs: /usr/local/lib/libcares.dylib
-- Could NOT find DOXYGEN (missing: DOXYGEN_EXECUTABLE)
-- DOXYGEN NOT FOUND
-- Found GCRYPT: /usr/local/lib/libgcrypt.dylib (found suitable version "1.8.4", minimum required is "1.4.2")
-- GCRYPT FOUND
-- GCRYPT includes: /usr/local/opt/libgcrypt/include
-- GCRYPT libs: /usr/local/lib/libgcrypt.dylib;/usr/local/lib/libgpg-error.dylib
-- Checking for one of the modules 'glib-2.0>=2.22.0'
-- Found GLIB2: /usr/local/lib/libglib-2.0.dylib
-- GLIB2 FOUND
-- GLIB2 includes: /usr/local/include/glib-2.0;/usr/local/lib/glib-2.0/include
-- GLIB2 libs: /usr/local/lib/libglib-2.0.dylib
-- Checking for one of the modules 'gmodule-2.0'
-- GMODULE2 FOUND
-- GMODULE2 includes: /usr/local/Cellar/pcre/8.42/include;/usr/local/Cellar/glib/2.58.1/include/glib-2.0;/usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include;/usr/local/opt/gettext/include
-- GMODULE2 libs: gmodule-2.0;glib-2.0;intl
-- Checking for one of the modules 'gnutls'
-- Found GNUTLS: /usr/local/lib/libgnutls.dylib (found suitable version "3.5.19", minimum required is "2.12.0")
-- GNUTLS FOUND
-- GNUTLS includes: /usr/local/opt/gnutls/include
-- GNUTLS libs: /usr/local/lib/libgnutls.dylib
-- Checking for one of the modules 'gthread-2.0'
-- GTHREAD2 FOUND
-- GTHREAD2 includes: /usr/local/Cellar/pcre/8.42/include;/usr/local/Cellar/glib/2.58.1/include/glib-2.0;/usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include;/usr/local/opt/gettext/include
-- GTHREAD2 libs: gthread-2.0;glib-2.0;intl
-- Found Gettext: /usr/local/opt/gettext/bin/msgmerge (found version "0.19.8.1")
-- GETTEXT FOUND
-- Found Git: /usr/local/bin/git (found version "2.19.2")
-- Git FOUND
-- Checking for one of the modules 'krb5;mit-krb5;heimdal-krb5'
-- Found KERBEROS: /usr/lib/libkrb5.dylib
-- Looking for heimdal_version
-- Looking for heimdal_version - not found
-- KERBEROS FOUND
-- KERBEROS includes: /usr/include
-- KERBEROS libs: /usr/lib/libkrb5.dylib
-- Found LEX: /usr/bin/flex
-- LEX FOUND
-- LEX executable: /usr/bin/flex
-- Found LIBSSH: /usr/local/lib/libssh.dylib (found suitable version "0.8.4", minimum required is "0.6")
-- LIBSSH FOUND
-- LIBSSH includes: /usr/local/include
-- LIBSSH libs: /usr/local/lib/libssh.dylib
-- Checking for one of the modules 'lua5.2;lua-5.2;lua52;lua5.1;lua-5.1;lua51;lua5.0;lua-5.0;lua50'
-- Found LUA: /usr/local/opt/lua@5.1/lib/liblua5.1.dylib (found version "501")
-- LUA FOUND
-- LUA includes: /usr/local/opt/lua@5.1/include/lua-5.1
-- LUA libs: /usr/local/opt/lua@5.1/lib/liblua5.1.dylib
-- Checking for one of the modules 'lz4;liblz4'
-- Could NOT find LZ4 (missing: LZ4_INCLUDE_DIR LZ4_LIBRARY)
-- LZ4 NOT FOUND
-- Found LibXml2: /usr/lib/libxml2.dylib (found version "2.9.4")
-- LIBXML2 FOUND
-- LibXml2 includes: /usr/include/libxml2
-- LibXml2 libs: /usr/lib/libxml2.dylib
-- Found M: /usr/lib/libm.dylib
-- M FOUND
-- M includes: /usr/include
-- M libs: /usr/lib/libm.dylib
-- Found MaxMindDB: /usr/local/lib/libmaxminddb.dylib
-- MaxMindDB FOUND
-- Checking for one of the modules 'libnghttp2'
-- Found Nghttp2: /usr/local/include
-- NGHTTP2 FOUND
-- NGHTTP2 includes: /usr/local/include
-- NGHTTP2 libs: /usr/local/lib/libnghttp2.dylib
-- Found PCAP: /usr/include
-- Looking for pcap_open_dead
-- Looking for pcap_open_dead - found
-- Looking for pcap_freecode
-- Looking for pcap_freecode - found
-- Looking for pcap_breakloop
-- Looking for pcap_breakloop - found
-- Looking for pcap_create
-- Looking for pcap_create - found
-- Looking for pcap_datalink_name_to_val
-- Looking for pcap_datalink_name_to_val - found
-- Looking for pcap_datalink_val_to_description
-- Looking for pcap_datalink_val_to_description - found
-- Looking for pcap_datalink_val_to_name
-- Looking for pcap_datalink_val_to_name - found
-- Looking for pcap_findalldevs
-- Looking for pcap_findalldevs - found
-- Looking for pcap_free_datalinks
-- Looking for pcap_free_datalinks - found
-- Looking for pcap_get_selectable_fd
-- Looking for pcap_get_selectable_fd - found
-- Looking for pcap_lib_version
-- Looking for pcap_lib_version - found
-- Looking for pcap_list_datalinks
-- Looking for pcap_list_datalinks - found
-- Looking for pcap_set_datalink
-- Looking for pcap_set_datalink - found
-- Looking for bpf_image
-- Looking for bpf_image - found
-- Looking for pcap_set_tstamp_precision
-- Looking for pcap_set_tstamp_precision - found
-- Looking for pcap_set_tstamp_type
-- Looking for pcap_set_tstamp_type - found
-- Looking for pcap_open
-- Looking for pcap_open - not found
-- PCAP FOUND
-- PCAP includes: /usr/include
-- PCAP libs: /usr/lib/libpcap.dylib
-- Found POD: /usr/local/bin/pod2man
-- POD FOUND
-- Found Perl: /usr/local/bin/perl (found version "5.28.0")
-- PERL FOUND
-- Perl executable: /usr/local/bin/perl
-- Found PythonInterp: /usr/local/bin/python (found suitable version "2.7.15", minimum required is "2")
-- PYTHONINTERP FOUND
-- Could NOT find SBC (missing: SBC_INCLUDE_DIR SBC_LIBRARY)
-- SBC NOT FOUND
-- Could NOT find SETCAP (missing: SETCAP_EXECUTABLE)
-- SETCAP NOT FOUND
-- Found SMI: /usr/local/lib/libsmi.dylib
-- SMI FOUND
-- SMI includes: /usr/local/include
-- SMI libs: /usr/local/lib/libsmi.dylib
-- Checking for one of the modules 'libsnappy'
-- Found SNAPPY: /usr/local/include
-- SNAPPY FOUND
-- SNAPPY includes: /usr/local/include
-- SNAPPY libs: /usr/local/lib/libsnappy.dylib
-- Checking for one of the modules 'spandsp'
-- Could NOT find SpanDSP (missing: SPANDSP_INCLUDE_DIR SPANDSP_LIBRARY)
-- SPANDSP NOT FOUND
-- Found YACC: /usr/bin/bison
-- YACC FOUND
-- YACC executable: /usr/bin/bison
-- Checking for one of the modules 'zlib'
-- Looking for inflate
-- Looking for inflate - found
-- Looking for inflatePrime
-- Looking for inflatePrime - found
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.11")
-- ZLIB FOUND
-- ZLIB includes: /usr/include
-- ZLIB libs: /usr/lib/libz.dylib
-- Looking for arpa/inet.h
-- Looking for arpa/inet.h - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for getopt.h
-- Looking for getopt.h - found
-- Looking for grp.h
-- Looking for grp.h - found
-- Looking for include files sys/types.h, ifaddrs.h
-- Looking for include files sys/types.h, ifaddrs.h - found
-- Looking for netinet/in.h
-- Looking for netinet/in.h - found
-- Looking for netdb.h
-- Looking for netdb.h - found
-- Looking for pwd.h
-- Looking for pwd.h - found
-- Looking for sys/ioctl.h
-- Looking for sys/ioctl.h - found
-- Looking for sys/select.h
-- Looking for sys/select.h - found
-- Looking for sys/socket.h
-- Looking for sys/socket.h - found
-- Looking for sys/sockio.h
-- Looking for sys/sockio.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for sys/utsname.h
-- Looking for sys/utsname.h - found
-- Looking for sys/wait.h
-- Looking for sys/wait.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for floorl
-- Looking for floorl - found
-- Looking for lrint
-- Looking for lrint - found
-- Looking for getopt_long
-- Looking for getopt_long - found
-- Looking for optreset
-- Looking for optreset - found
-- Looking for getifaddrs
-- Looking for getifaddrs - found
-- Looking for issetugid
-- Looking for issetugid - found
-- Looking for mkstemps
-- Looking for mkstemps - found
-- Looking for setresgid
-- Looking for setresgid - not found
-- Looking for setresuid
-- Looking for setresuid - not found
-- Looking for strptime
-- Looking for strptime - found
-- Looking for CFPropertyListCreateWithStream
-- Looking for CFPropertyListCreateWithStream - found
-- Performing Test HAVE_STRUCT_SOCKADDR_SA_LEN
-- Performing Test HAVE_STRUCT_SOCKADDR_SA_LEN - Success
-- Performing Test HAVE_STRUCT_STAT_ST_FLAGS
-- Performing Test HAVE_STRUCT_STAT_ST_FLAGS - Success
-- Performing Test HAVE_STRUCT_STAT_ST_BIRTHTIME
-- Performing Test HAVE_STRUCT_STAT_ST_BIRTHTIME - Success
-- Performing Test HAVE_STRUCT_STAT___ST_BIRTHTIME
-- Performing Test HAVE_STRUCT_STAT___ST_BIRTHTIME - Failed
-- Performing Test HAVE_STRUCT_TM_TM_ZONE
-- Performing Test HAVE_STRUCT_TM_TM_ZONE - Success
-- Looking for tzname
-- Looking for tzname - found
-- Could NOT find ASCIIDOCTOR (missing: ASCIIDOCTOR_EXECUTABLE)
-- Found XSLTPROC: /usr/bin/xsltproc
-- No custom file found in /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/epan/crypt
-- No custom file found in /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/epan/dissectors
-- No custom file found in /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/epan/dissectors/asn1
-- Checking for c-compiler flag: -msse4.2
-- Performing Test COMPILER_CAN_HANDLE_SSE4_2
-- Performing Test COMPILER_CAN_HANDLE_SSE4_2 - Success
-- Looking for emmintrin.h
-- Looking for emmintrin.h - found
-- Looking for nmmintrin.h
-- Looking for nmmintrin.h - found
-- Looking for ssh_userauth_agent
-- Looking for ssh_userauth_agent - found
-- Found python module make-plugin-reg: /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/tools/make-plugin-reg.py
-- Checking for 64-bit off_t
-- 64-bit off_t is present with no special flags
-- Checking for fseeko/ftello
-- Checking for fseeko/ftello - present
-- C-Flags: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99
-- CXX-Flags: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wshorten-64-to-32 -Qunused-arguments
-- Warnings as errors:
-- The following OPTIONAL packages have been found:
* Qt5Core
* CARES (required version >= 1.5.0)
* GMODULE2
* GNUTLS (required version >= 2.12.0)
* Gettext
* Git
* KERBEROS
* LIBSSH (required version >= 0.6), Library for implementing SSH clients, <https://www.libssh.org/>
extcap remote SSH interfaces (sshdump, ciscodump)
* LUA
* LibXml2
* MaxMindDB
* NGHTTP2, HTTP/2 C library and tools, <https://nghttp2.org>
Header decompression in HTTP2
* PCAP
* POD
* Perl
* SMI
* SNAPPY, A fast compressor/decompressor from Google, <http://google.github.io/snappy/>
Snappy decompression in CQL and Kafka dissectors
* PkgConfig
* ZLIB
* XSLTPROC
* PythonInterp
-- The following REQUIRED packages have been found:
* GCRYPT (required version >= 1.4.2)
* GLIB2
* GTHREAD2
* LEX
* M
* YACC
-- The following OPTIONAL packages have not been found:
* BCG729, G.729 decoder, <https://www.linphone.org/technical-corner/bcg729/overview>
Support for G.729 codec in RTP player
* CAP
* DOXYGEN
* LZ4, LZ4 is lossless compression algorithm used in some protocol (CQL...), <http://www.lz4.org>
LZ4 decompression in CQL and Kafka dissectors
* SBC, Bluetooth low-complexity, subband codec (SBC) decoder, <https://git.kernel.org/pub/scm/bluetooth/sbc.git>
Support for playing SBC codec in RTP player
* SETCAP
* SPANDSP, a library of many DSP functions for telephony, <http://www.soft-switch.org/>
Support for G.722 and G.726 codecs in RTP player
* Asciidoctor (required version >= 1.5)
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
ENABLE_MAXMINDDB
-- Build files have been written to: /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5
clang called with: CMakeCCompilerId.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang CMakeCCompilerId.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: CMakeCXXCompilerId.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ CMakeCXXCompilerId.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTC_822a5.dir/testCCompiler.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/testCCompiler.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_822a5.dir/testCCompiler.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_822a5.dir/testCCompiler.c.o -o cmTC_822a5
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_822a5.dir/testCCompiler.c.o -o cmTC_822a5 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTC_e29c8.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CMakeCCompilerABI.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_e29c8.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CMakeCCompilerABI.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_e29c8.dir/CMakeCCompilerABI.c.o -o cmTC_e29c8
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_e29c8.dir/CMakeCCompilerABI.c.o -o cmTC_e29c8 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=c11 -o CMakeFiles/cmTC_33d82.dir/feature_tests.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -std=c11 -o CMakeFiles/cmTC_33d82.dir/feature_tests.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_33d82.dir/feature_tests.c.o -o cmTC_33d82
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_33d82.dir/feature_tests.c.o -o cmTC_33d82 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=c99 -o CMakeFiles/cmTC_97ae7.dir/feature_tests.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -std=c99 -o CMakeFiles/cmTC_97ae7.dir/feature_tests.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_97ae7.dir/feature_tests.c.o -o cmTC_97ae7
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_97ae7.dir/feature_tests.c.o -o cmTC_97ae7 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=c90 -o CMakeFiles/cmTC_5bfb8.dir/feature_tests.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -std=c90 -o CMakeFiles/cmTC_5bfb8.dir/feature_tests.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5bfb8.dir/feature_tests.c.o -o cmTC_5bfb8
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5bfb8.dir/feature_tests.c.o -o cmTC_5bfb8 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o CMakeFiles/cmTC_46d3f.dir/testCXXCompiler.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTC_46d3f.dir/testCXXCompiler.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_46d3f.dir/testCXXCompiler.cxx.o -o cmTC_46d3f
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_46d3f.dir/testCXXCompiler.cxx.o -o cmTC_46d3f -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o CMakeFiles/cmTC_7472c.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTC_7472c.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_7472c.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_7472c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_7472c.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_7472c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=c++1z -o CMakeFiles/cmTC_1a87d.dir/feature_tests.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++1z -o CMakeFiles/cmTC_1a87d.dir/feature_tests.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1a87d.dir/feature_tests.cxx.o -o cmTC_1a87d
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1a87d.dir/feature_tests.cxx.o -o cmTC_1a87d -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=c++14 -o CMakeFiles/cmTC_2811d.dir/feature_tests.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++14 -o CMakeFiles/cmTC_2811d.dir/feature_tests.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2811d.dir/feature_tests.cxx.o -o cmTC_2811d
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2811d.dir/feature_tests.cxx.o -o cmTC_2811d -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=c++11 -o CMakeFiles/cmTC_c4b89.dir/feature_tests.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -o CMakeFiles/cmTC_c4b89.dir/feature_tests.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c4b89.dir/feature_tests.cxx.o -o cmTC_c4b89
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c4b89.dir/feature_tests.cxx.o -o cmTC_c4b89 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=c++98 -o CMakeFiles/cmTC_7fa39.dir/feature_tests.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++98 -o CMakeFiles/cmTC_7fa39.dir/feature_tests.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7fa39.dir/feature_tests.cxx.o -o cmTC_7fa39
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7fa39.dir/feature_tests.cxx.o -o cmTC_7fa39 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -DC__Qunused_arguments_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_d4625.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -std=gnu99 -DC__Qunused_arguments_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_d4625.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -std=gnu99 -DC__Qunused_arguments_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d4625.dir/src.c.o -o cmTC_d4625
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -std=gnu99 -DC__Qunused_arguments_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d4625.dir/src.c.o -o cmTC_d4625 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -DCXX__Qunused_arguments_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_33a49.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -DCXX__Qunused_arguments_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_33a49.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -DCXX__Qunused_arguments_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_33a49.dir/src.cxx.o -o cmTC_33a49
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -DCXX__Qunused_arguments_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_33a49.dir/src.cxx.o -o cmTC_33a49 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wall_VALID -fPIE -Qunused-arguments -Wall -o CMakeFiles/cmTC_bed6e.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wall_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_bed6e.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wall_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bed6e.dir/src.c.o -o cmTC_bed6e
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wall_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bed6e.dir/src.c.o -o cmTC_bed6e -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wextra_VALID -fPIE -Qunused-arguments -Wextra -o CMakeFiles/cmTC_f4c18.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wextra
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wextra_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_f4c18.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wextra_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f4c18.dir/src.c.o -o cmTC_f4c18
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wextra_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f4c18.dir/src.c.o -o cmTC_f4c18 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wendif_labels_VALID -fPIE -Qunused-arguments -Wendif-labels -o CMakeFiles/cmTC_3c468.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wendif-labels
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wendif_labels_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_3c468.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wendif_labels_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3c468.dir/src.c.o -o cmTC_3c468
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wendif_labels_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3c468.dir/src.c.o -o cmTC_3c468 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wpointer_arith_VALID -fPIE -Qunused-arguments -Wpointer-arith -o CMakeFiles/cmTC_a2374.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wpointer-arith
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wpointer_arith_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_a2374.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wpointer_arith_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a2374.dir/src.c.o -o cmTC_a2374
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wpointer_arith_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a2374.dir/src.c.o -o cmTC_a2374 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wformat_security_VALID -fPIE -Qunused-arguments -Wformat-security -o CMakeFiles/cmTC_80fc2.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wformat-security
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wformat_security_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_80fc2.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wformat_security_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_80fc2.dir/src.c.o -o cmTC_80fc2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wformat_security_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_80fc2.dir/src.c.o -o cmTC_80fc2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__fwrapv_VALID -fPIE -Qunused-arguments -fwrapv -o CMakeFiles/cmTC_6f91e.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__fwrapv_VALID -fPIE -Qunused-arguments -fwrapv -o CMakeFiles/cmTC_6f91e.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__fwrapv_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6f91e.dir/src.c.o -o cmTC_6f91e
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__fwrapv_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6f91e.dir/src.c.o -o cmTC_6f91e -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__fno_strict_overflow_VALID -fPIE -Qunused-arguments -fno-strict-overflow -o CMakeFiles/cmTC_2e145.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__fno_strict_overflow_VALID -fPIE -Qunused-arguments -fno-strict-overflow -o CMakeFiles/cmTC_2e145.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__fno_strict_overflow_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2e145.dir/src.c.o -o cmTC_2e145
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__fno_strict_overflow_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2e145.dir/src.c.o -o cmTC_2e145 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wvla_VALID -fPIE -Qunused-arguments -Wvla -o CMakeFiles/cmTC_23d45.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wvla
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wvla_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_23d45.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wvla_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_23d45.dir/src.c.o -o cmTC_23d45
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wvla_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_23d45.dir/src.c.o -o cmTC_23d45 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Waddress_VALID -fPIE -Qunused-arguments -Waddress -o CMakeFiles/cmTC_68ac3.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Waddress
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Waddress_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_68ac3.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Waddress_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_68ac3.dir/src.c.o -o cmTC_68ac3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Waddress_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_68ac3.dir/src.c.o -o cmTC_68ac3 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wattributes_VALID -fPIE -Qunused-arguments -Wattributes -o CMakeFiles/cmTC_e5556.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wattributes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wattributes_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_e5556.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wattributes_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e5556.dir/src.c.o -o cmTC_e5556
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wattributes_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e5556.dir/src.c.o -o cmTC_e5556 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wdiv_by_zero_VALID -fPIE -Qunused-arguments -Wdiv-by-zero -o CMakeFiles/cmTC_33383.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wdiv-by-zero
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wdiv_by_zero_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_33383.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wdiv_by_zero_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_33383.dir/src.c.o -o cmTC_33383
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wdiv_by_zero_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_33383.dir/src.c.o -o cmTC_33383 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wignored_qualifiers_VALID -fPIE -Qunused-arguments -Wignored-qualifiers -o CMakeFiles/cmTC_e75bd.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wignored-qualifiers
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wignored_qualifiers_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_e75bd.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wignored_qualifiers_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e75bd.dir/src.c.o -o cmTC_e75bd
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wignored_qualifiers_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e75bd.dir/src.c.o -o cmTC_e75bd -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wpragmas_VALID -fPIE -Qunused-arguments -Wpragmas -o CMakeFiles/cmTC_89e42.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wpragmas
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wpragmas_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_89e42.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wpragmas_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_89e42.dir/src.c.o -o cmTC_89e42
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wpragmas_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_89e42.dir/src.c.o -o cmTC_89e42 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wno_overlength_strings_VALID -fPIE -Qunused-arguments -Wno-overlength-strings -o CMakeFiles/cmTC_6e83d.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wno_overlength_strings_VALID -fPIE -Qunused-arguments -Wno-overlength-strings -o CMakeFiles/cmTC_6e83d.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wno_overlength_strings_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6e83d.dir/src.c.o -o cmTC_6e83d
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wno_overlength_strings_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6e83d.dir/src.c.o -o cmTC_6e83d -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wno_long_long_VALID -fPIE -Qunused-arguments -Wno-long-long -o CMakeFiles/cmTC_3dae9.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wno_long_long_VALID -fPIE -Qunused-arguments -Wno-long-long -o CMakeFiles/cmTC_3dae9.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wno_long_long_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3dae9.dir/src.c.o -o cmTC_3dae9
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wno_long_long_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3dae9.dir/src.c.o -o cmTC_3dae9 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wheader_guard_VALID -fPIE -Qunused-arguments -Wheader-guard -o CMakeFiles/cmTC_7ee31.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wheader-guard
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wheader_guard_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_7ee31.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wheader_guard_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7ee31.dir/src.c.o -o cmTC_7ee31
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wheader_guard_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7ee31.dir/src.c.o -o cmTC_7ee31 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wframe_larger_than_32768_VALID -fPIE -Qunused-arguments -Wframe-larger-than=32768 -o CMakeFiles/cmTC_41eeb.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wframe-larger-than=32768
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wframe_larger_than_32768_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_41eeb.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wframe_larger_than_32768_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_41eeb.dir/src.c.o -o cmTC_41eeb
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wframe_larger_than_32768_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_41eeb.dir/src.c.o -o cmTC_41eeb -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wc_compat_VALID -fPIE -Qunused-arguments -Wc++-compat -o CMakeFiles/cmTC_9cced.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wc++-compat
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wc_compat_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_9cced.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wc_compat_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9cced.dir/src.c.o -o cmTC_9cced
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wc_compat_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9cced.dir/src.c.o -o cmTC_9cced -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wunused_const_variable_VALID -fPIE -Qunused-arguments -Wunused-const-variable -o CMakeFiles/cmTC_b1797.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wunused-const-variable
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wunused_const_variable_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_b1797.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wunused_const_variable_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b1797.dir/src.c.o -o cmTC_b1797
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wunused_const_variable_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b1797.dir/src.c.o -o cmTC_b1797 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wshadow_VALID -fPIE -Qunused-arguments -Wshadow -o CMakeFiles/cmTC_aeb2b.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wshadow
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wshadow_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_aeb2b.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wshadow_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_aeb2b.dir/src.c.o -o cmTC_aeb2b
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wshadow_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_aeb2b.dir/src.c.o -o cmTC_aeb2b -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wno_pointer_sign_VALID -fPIE -Qunused-arguments -Wno-pointer-sign -o CMakeFiles/cmTC_e2807.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wno_pointer_sign_VALID -fPIE -Qunused-arguments -Wno-pointer-sign -o CMakeFiles/cmTC_e2807.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wno_pointer_sign_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e2807.dir/src.c.o -o cmTC_e2807
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wno_pointer_sign_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e2807.dir/src.c.o -o cmTC_e2807 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wold_style_definition_VALID -fPIE -Qunused-arguments -Wold-style-definition -o CMakeFiles/cmTC_27b7c.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wold-style-definition
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wold_style_definition_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_27b7c.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wold_style_definition_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_27b7c.dir/src.c.o -o cmTC_27b7c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wold_style_definition_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_27b7c.dir/src.c.o -o cmTC_27b7c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wstrict_prototypes_VALID -fPIE -Qunused-arguments -Wstrict-prototypes -o CMakeFiles/cmTC_65925.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wstrict_prototypes_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_65925.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wstrict_prototypes_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_65925.dir/src.c.o -o cmTC_65925
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wstrict_prototypes_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_65925.dir/src.c.o -o cmTC_65925 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wlogical_op_VALID -fPIE -Qunused-arguments -Wlogical-op -o CMakeFiles/cmTC_4887b.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wlogical-op
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wlogical_op_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_4887b.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wlogical_op_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4887b.dir/src.c.o -o cmTC_4887b
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wlogical_op_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4887b.dir/src.c.o -o cmTC_4887b -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wjump_misses_init_VALID -fPIE -Qunused-arguments -Wjump-misses-init -o CMakeFiles/cmTC_668a4.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wjump-misses-init
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wjump_misses_init_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_668a4.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wjump_misses_init_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_668a4.dir/src.c.o -o cmTC_668a4
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wjump_misses_init_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_668a4.dir/src.c.o -o cmTC_668a4 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wshorten_64_to_32_VALID -fPIE -Qunused-arguments -Wshorten-64-to-32 -o CMakeFiles/cmTC_e717e.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wshorten-64-to-32
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wshorten_64_to_32_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_e717e.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wshorten_64_to_32_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e717e.dir/src.c.o -o cmTC_e717e
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wshorten_64_to_32_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e717e.dir/src.c.o -o cmTC_e717e -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Werror_implicit_VALID -fPIE -Qunused-arguments -Werror=implicit -o CMakeFiles/cmTC_d6b96.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=implicit
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Werror_implicit_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_d6b96.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Werror_implicit_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d6b96.dir/src.c.o -o cmTC_d6b96
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Werror_implicit_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d6b96.dir/src.c.o -o cmTC_d6b96 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Qunused-arguments -std=gnu99 -DC__Wcomma_VALID -fPIE -Qunused-arguments -Wcomma -o CMakeFiles/cmTC_036ff.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wcomma_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_036ff.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Qunused-arguments -std=gnu99 -DC__Wcomma_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_036ff.dir/src.c.o -o cmTC_036ff
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -std=gnu99 -DC__Wcomma_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_036ff.dir/src.c.o -o cmTC_036ff -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Qunused-arguments -DCXX__Wall_VALID -fPIE -Qunused-arguments -Wall -o CMakeFiles/cmTC_6af3a.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wall_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_6af3a.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Qunused-arguments -DCXX__Wall_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6af3a.dir/src.cxx.o -o cmTC_6af3a
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wall_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6af3a.dir/src.cxx.o -o cmTC_6af3a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Qunused-arguments -DCXX__Wextra_VALID -fPIE -Qunused-arguments -Wextra -o CMakeFiles/cmTC_f5f21.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Wextra
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wextra_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_f5f21.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Qunused-arguments -DCXX__Wextra_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f5f21.dir/src.cxx.o -o cmTC_f5f21
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wextra_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f5f21.dir/src.cxx.o -o cmTC_f5f21 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Qunused-arguments -DCXX__Wendif_labels_VALID -fPIE -Qunused-arguments -Wendif-labels -o CMakeFiles/cmTC_a837a.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Wendif-labels
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wendif_labels_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_a837a.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Qunused-arguments -DCXX__Wendif_labels_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a837a.dir/src.cxx.o -o cmTC_a837a
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wendif_labels_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a837a.dir/src.cxx.o -o cmTC_a837a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Qunused-arguments -DCXX__Wpointer_arith_VALID -fPIE -Qunused-arguments -Wpointer-arith -o CMakeFiles/cmTC_e89a1.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Wpointer-arith
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wpointer_arith_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_e89a1.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Qunused-arguments -DCXX__Wpointer_arith_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e89a1.dir/src.cxx.o -o cmTC_e89a1
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wpointer_arith_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e89a1.dir/src.cxx.o -o cmTC_e89a1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Qunused-arguments -DCXX__Wformat_security_VALID -fPIE -Qunused-arguments -Wformat-security -o CMakeFiles/cmTC_89782.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Wformat-security
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wformat_security_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_89782.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Qunused-arguments -DCXX__Wformat_security_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_89782.dir/src.cxx.o -o cmTC_89782
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wformat_security_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_89782.dir/src.cxx.o -o cmTC_89782 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Qunused-arguments -DCXX__fwrapv_VALID -fPIE -Qunused-arguments -fwrapv -o CMakeFiles/cmTC_2fe9a.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__fwrapv_VALID -fPIE -Qunused-arguments -fwrapv -o CMakeFiles/cmTC_2fe9a.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Qunused-arguments -DCXX__fwrapv_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2fe9a.dir/src.cxx.o -o cmTC_2fe9a
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__fwrapv_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2fe9a.dir/src.cxx.o -o cmTC_2fe9a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Qunused-arguments -DCXX__fno_strict_overflow_VALID -fPIE -Qunused-arguments -fno-strict-overflow -o CMakeFiles/cmTC_1e315.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__fno_strict_overflow_VALID -fPIE -Qunused-arguments -fno-strict-overflow -o CMakeFiles/cmTC_1e315.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Qunused-arguments -DCXX__fno_strict_overflow_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1e315.dir/src.cxx.o -o cmTC_1e315
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__fno_strict_overflow_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1e315.dir/src.cxx.o -o cmTC_1e315 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Qunused-arguments -DCXX__Wvla_VALID -fPIE -Qunused-arguments -Wvla -o CMakeFiles/cmTC_1736b.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Wvla
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wvla_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_1736b.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Qunused-arguments -DCXX__Wvla_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1736b.dir/src.cxx.o -o cmTC_1736b
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wvla_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1736b.dir/src.cxx.o -o cmTC_1736b -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Qunused-arguments -DCXX__Waddress_VALID -fPIE -Qunused-arguments -Waddress -o CMakeFiles/cmTC_35e55.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Waddress
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Waddress_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_35e55.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Qunused-arguments -DCXX__Waddress_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_35e55.dir/src.cxx.o -o cmTC_35e55
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Waddress_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_35e55.dir/src.cxx.o -o cmTC_35e55 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Qunused-arguments -DCXX__Wattributes_VALID -fPIE -Qunused-arguments -Wattributes -o CMakeFiles/cmTC_76efa.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Wattributes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wattributes_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_76efa.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Qunused-arguments -DCXX__Wattributes_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_76efa.dir/src.cxx.o -o cmTC_76efa
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wattributes_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_76efa.dir/src.cxx.o -o cmTC_76efa -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Qunused-arguments -DCXX__Wdiv_by_zero_VALID -fPIE -Qunused-arguments -Wdiv-by-zero -o CMakeFiles/cmTC_0a405.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Wdiv-by-zero
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wdiv_by_zero_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_0a405.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Qunused-arguments -DCXX__Wdiv_by_zero_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0a405.dir/src.cxx.o -o cmTC_0a405
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wdiv_by_zero_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0a405.dir/src.cxx.o -o cmTC_0a405 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Qunused-arguments -DCXX__Wignored_qualifiers_VALID -fPIE -Qunused-arguments -Wignored-qualifiers -o CMakeFiles/cmTC_060ba.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Wignored-qualifiers
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wignored_qualifiers_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_060ba.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Qunused-arguments -DCXX__Wignored_qualifiers_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_060ba.dir/src.cxx.o -o cmTC_060ba
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wignored_qualifiers_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_060ba.dir/src.cxx.o -o cmTC_060ba -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Qunused-arguments -DCXX__Wpragmas_VALID -fPIE -Qunused-arguments -Wpragmas -o CMakeFiles/cmTC_55296.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Wpragmas
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wpragmas_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_55296.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Qunused-arguments -DCXX__Wpragmas_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_55296.dir/src.cxx.o -o cmTC_55296
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wpragmas_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_55296.dir/src.cxx.o -o cmTC_55296 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Qunused-arguments -DCXX__Wno_overlength_strings_VALID -fPIE -Qunused-arguments -Wno-overlength-strings -o CMakeFiles/cmTC_9e012.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wno_overlength_strings_VALID -fPIE -Qunused-arguments -Wno-overlength-strings -o CMakeFiles/cmTC_9e012.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Qunused-arguments -DCXX__Wno_overlength_strings_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9e012.dir/src.cxx.o -o cmTC_9e012
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wno_overlength_strings_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9e012.dir/src.cxx.o -o cmTC_9e012 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Qunused-arguments -DCXX__Wno_long_long_VALID -fPIE -Qunused-arguments -Wno-long-long -o CMakeFiles/cmTC_c51b2.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wno_long_long_VALID -fPIE -Qunused-arguments -Wno-long-long -o CMakeFiles/cmTC_c51b2.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Qunused-arguments -DCXX__Wno_long_long_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c51b2.dir/src.cxx.o -o cmTC_c51b2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wno_long_long_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c51b2.dir/src.cxx.o -o cmTC_c51b2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Qunused-arguments -DCXX__Wheader_guard_VALID -fPIE -Qunused-arguments -Wheader-guard -o CMakeFiles/cmTC_75155.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Wheader-guard
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wheader_guard_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_75155.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Qunused-arguments -DCXX__Wheader_guard_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_75155.dir/src.cxx.o -o cmTC_75155
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wheader_guard_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_75155.dir/src.cxx.o -o cmTC_75155 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Qunused-arguments -DCXX__Wframe_larger_than_32768_VALID -fPIE -Qunused-arguments -Wframe-larger-than=32768 -o CMakeFiles/cmTC_a963f.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Wframe-larger-than=32768
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wframe_larger_than_32768_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_a963f.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Qunused-arguments -DCXX__Wframe_larger_than_32768_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a963f.dir/src.cxx.o -o cmTC_a963f
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wframe_larger_than_32768_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a963f.dir/src.cxx.o -o cmTC_a963f -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Qunused-arguments -DCXX__Wshorten_64_to_32_VALID -fPIE -Qunused-arguments -Wshorten-64-to-32 -o CMakeFiles/cmTC_73cd1.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Wshorten-64-to-32
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wshorten_64_to_32_VALID -fPIE -Qunused-arguments -o CMakeFiles/cmTC_73cd1.dir/src.cxx.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang++ called with: -Qunused-arguments -DCXX__Wshorten_64_to_32_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_73cd1.dir/src.cxx.o -o cmTC_73cd1
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Qunused-arguments -DCXX__Wshorten_64_to_32_VALID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_73cd1.dir/src.cxx.o -o cmTC_73cd1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DFVHIDDEN -fPIE -fvisibility=hidden -o CMakeFiles/cmTC_7fe21.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DFVHIDDEN -fPIE -fvisibility=hidden -o CMakeFiles/cmTC_7fe21.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DFVHIDDEN -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7fe21.dir/src.c.o -o cmTC_7fe21
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DFVHIDDEN -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7fe21.dir/src.c.o -o cmTC_7fe21 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DWS_LD_FLAG_VALID0 -fPIE -o CMakeFiles/cmTC_9e153.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DWS_LD_FLAG_VALID0 -fPIE -o CMakeFiles/cmTC_9e153.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DWS_LD_FLAG_VALID0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9e153.dir/src.c.o -o cmTC_9e153 -Werror=unused-command-line-argument -Wl,--as-needed
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Werror=unused-command-line-argument
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DWS_LD_FLAG_VALID0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9e153.dir/src.c.o -o cmTC_9e153 -Wl,--as-needed -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DWS_LD_FLAG_VALID1 -fPIE -o CMakeFiles/cmTC_9ffce.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DWS_LD_FLAG_VALID1 -fPIE -o CMakeFiles/cmTC_9ffce.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DWS_LD_FLAG_VALID1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9ffce.dir/src.c.o -o cmTC_9ffce -Werror=unused-command-line-argument -pie
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Werror=unused-command-line-argument
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DWS_LD_FLAG_VALID1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9ffce.dir/src.c.o -o cmTC_9ffce -pie -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_aebd5.dir/CheckSymbolExists.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_aebd5.dir/CheckSymbolExists.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_open_dead -fPIE -o CMakeFiles/cmTC_355e2.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_open_dead -fPIE -o CMakeFiles/cmTC_355e2.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_open_dead -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_355e2.dir/CheckFunctionExists.c.o -o cmTC_355e2 /usr/lib/libpcap.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_open_dead -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_355e2.dir/CheckFunctionExists.c.o -o cmTC_355e2 /usr/lib/libpcap.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_freecode -fPIE -o CMakeFiles/cmTC_60b35.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_freecode -fPIE -o CMakeFiles/cmTC_60b35.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_freecode -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_60b35.dir/CheckFunctionExists.c.o -o cmTC_60b35 /usr/lib/libpcap.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_freecode -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_60b35.dir/CheckFunctionExists.c.o -o cmTC_60b35 /usr/lib/libpcap.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_breakloop -fPIE -o CMakeFiles/cmTC_cd5bb.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_breakloop -fPIE -o CMakeFiles/cmTC_cd5bb.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_breakloop -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cd5bb.dir/CheckFunctionExists.c.o -o cmTC_cd5bb /usr/lib/libpcap.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_breakloop -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cd5bb.dir/CheckFunctionExists.c.o -o cmTC_cd5bb /usr/lib/libpcap.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_create -fPIE -o CMakeFiles/cmTC_68b49.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_create -fPIE -o CMakeFiles/cmTC_68b49.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_create -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_68b49.dir/CheckFunctionExists.c.o -o cmTC_68b49 /usr/lib/libpcap.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_create -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_68b49.dir/CheckFunctionExists.c.o -o cmTC_68b49 /usr/lib/libpcap.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_datalink_name_to_val -fPIE -o CMakeFiles/cmTC_da7dd.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_datalink_name_to_val -fPIE -o CMakeFiles/cmTC_da7dd.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_datalink_name_to_val -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_da7dd.dir/CheckFunctionExists.c.o -o cmTC_da7dd /usr/lib/libpcap.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_datalink_name_to_val -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_da7dd.dir/CheckFunctionExists.c.o -o cmTC_da7dd /usr/lib/libpcap.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_datalink_val_to_description -fPIE -o CMakeFiles/cmTC_aff28.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_datalink_val_to_description -fPIE -o CMakeFiles/cmTC_aff28.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_datalink_val_to_description -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_aff28.dir/CheckFunctionExists.c.o -o cmTC_aff28 /usr/lib/libpcap.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_datalink_val_to_description -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_aff28.dir/CheckFunctionExists.c.o -o cmTC_aff28 /usr/lib/libpcap.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_datalink_val_to_name -fPIE -o CMakeFiles/cmTC_21614.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_datalink_val_to_name -fPIE -o CMakeFiles/cmTC_21614.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_datalink_val_to_name -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_21614.dir/CheckFunctionExists.c.o -o cmTC_21614 /usr/lib/libpcap.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_datalink_val_to_name -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_21614.dir/CheckFunctionExists.c.o -o cmTC_21614 /usr/lib/libpcap.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_findalldevs -fPIE -o CMakeFiles/cmTC_dab30.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_findalldevs -fPIE -o CMakeFiles/cmTC_dab30.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_findalldevs -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_dab30.dir/CheckFunctionExists.c.o -o cmTC_dab30 /usr/lib/libpcap.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_findalldevs -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_dab30.dir/CheckFunctionExists.c.o -o cmTC_dab30 /usr/lib/libpcap.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_free_datalinks -fPIE -o CMakeFiles/cmTC_5f44f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_free_datalinks -fPIE -o CMakeFiles/cmTC_5f44f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_free_datalinks -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5f44f.dir/CheckFunctionExists.c.o -o cmTC_5f44f /usr/lib/libpcap.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_free_datalinks -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5f44f.dir/CheckFunctionExists.c.o -o cmTC_5f44f /usr/lib/libpcap.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_get_selectable_fd -fPIE -o CMakeFiles/cmTC_01925.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_get_selectable_fd -fPIE -o CMakeFiles/cmTC_01925.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_get_selectable_fd -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_01925.dir/CheckFunctionExists.c.o -o cmTC_01925 /usr/lib/libpcap.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_get_selectable_fd -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_01925.dir/CheckFunctionExists.c.o -o cmTC_01925 /usr/lib/libpcap.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_lib_version -fPIE -o CMakeFiles/cmTC_5c303.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_lib_version -fPIE -o CMakeFiles/cmTC_5c303.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_lib_version -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5c303.dir/CheckFunctionExists.c.o -o cmTC_5c303 /usr/lib/libpcap.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_lib_version -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5c303.dir/CheckFunctionExists.c.o -o cmTC_5c303 /usr/lib/libpcap.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_list_datalinks -fPIE -o CMakeFiles/cmTC_5c9f3.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_list_datalinks -fPIE -o CMakeFiles/cmTC_5c9f3.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_list_datalinks -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5c9f3.dir/CheckFunctionExists.c.o -o cmTC_5c9f3 /usr/lib/libpcap.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_list_datalinks -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5c9f3.dir/CheckFunctionExists.c.o -o cmTC_5c9f3 /usr/lib/libpcap.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_set_datalink -fPIE -o CMakeFiles/cmTC_0e550.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_set_datalink -fPIE -o CMakeFiles/cmTC_0e550.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_set_datalink -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0e550.dir/CheckFunctionExists.c.o -o cmTC_0e550 /usr/lib/libpcap.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_set_datalink -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0e550.dir/CheckFunctionExists.c.o -o cmTC_0e550 /usr/lib/libpcap.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=bpf_image -fPIE -o CMakeFiles/cmTC_a555f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=bpf_image -fPIE -o CMakeFiles/cmTC_a555f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=bpf_image -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a555f.dir/CheckFunctionExists.c.o -o cmTC_a555f /usr/lib/libpcap.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=bpf_image -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a555f.dir/CheckFunctionExists.c.o -o cmTC_a555f /usr/lib/libpcap.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_set_tstamp_precision -fPIE -o CMakeFiles/cmTC_6dc55.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_set_tstamp_precision -fPIE -o CMakeFiles/cmTC_6dc55.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_set_tstamp_precision -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6dc55.dir/CheckFunctionExists.c.o -o cmTC_6dc55 /usr/lib/libpcap.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_set_tstamp_precision -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6dc55.dir/CheckFunctionExists.c.o -o cmTC_6dc55 /usr/lib/libpcap.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_set_tstamp_type -fPIE -o CMakeFiles/cmTC_b9fd0.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_set_tstamp_type -fPIE -o CMakeFiles/cmTC_b9fd0.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_set_tstamp_type -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b9fd0.dir/CheckFunctionExists.c.o -o cmTC_b9fd0 /usr/lib/libpcap.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_set_tstamp_type -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b9fd0.dir/CheckFunctionExists.c.o -o cmTC_b9fd0 /usr/lib/libpcap.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_open -fPIE -o CMakeFiles/cmTC_1f1ad.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_open -fPIE -o CMakeFiles/cmTC_1f1ad.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_open -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1f1ad.dir/CheckFunctionExists.c.o -o cmTC_1f1ad /usr/lib/libpcap.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=pcap_open -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1f1ad.dir/CheckFunctionExists.c.o -o cmTC_1f1ad /usr/lib/libpcap.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=inflate -fPIE -o CMakeFiles/cmTC_bd871.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=inflate -fPIE -o CMakeFiles/cmTC_bd871.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=inflate -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bd871.dir/CheckFunctionExists.c.o -o cmTC_bd871 /usr/lib/libz.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=inflate -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bd871.dir/CheckFunctionExists.c.o -o cmTC_bd871 /usr/lib/libz.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=inflatePrime -fPIE -o CMakeFiles/cmTC_c5d6b.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=inflatePrime -fPIE -o CMakeFiles/cmTC_c5d6b.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=inflatePrime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c5d6b.dir/CheckFunctionExists.c.o -o cmTC_c5d6b /usr/lib/libz.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=inflatePrime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c5d6b.dir/CheckFunctionExists.c.o -o cmTC_c5d6b /usr/lib/libz.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_6e440.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_6e440.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6e440.dir/CheckIncludeFile.c.o -o cmTC_6e440
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6e440.dir/CheckIncludeFile.c.o -o cmTC_6e440 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_39b4b.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_39b4b.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_39b4b.dir/CheckIncludeFile.c.o -o cmTC_39b4b
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_39b4b.dir/CheckIncludeFile.c.o -o cmTC_39b4b -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_923c7.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_923c7.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_923c7.dir/CheckIncludeFile.c.o -o cmTC_923c7
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_923c7.dir/CheckIncludeFile.c.o -o cmTC_923c7 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_7621c.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_7621c.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7621c.dir/CheckIncludeFile.c.o -o cmTC_7621c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7621c.dir/CheckIncludeFile.c.o -o cmTC_7621c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_73d16.dir/HAVE_IFADDRS_H.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CheckIncludeFiles/HAVE_IFADDRS_H.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_73d16.dir/HAVE_IFADDRS_H.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CheckIncludeFiles/HAVE_IFADDRS_H.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_73d16.dir/HAVE_IFADDRS_H.c.o -o cmTC_73d16
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_73d16.dir/HAVE_IFADDRS_H.c.o -o cmTC_73d16 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_899c6.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_899c6.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_899c6.dir/CheckIncludeFile.c.o -o cmTC_899c6
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_899c6.dir/CheckIncludeFile.c.o -o cmTC_899c6 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_0f86a.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_0f86a.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0f86a.dir/CheckIncludeFile.c.o -o cmTC_0f86a
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0f86a.dir/CheckIncludeFile.c.o -o cmTC_0f86a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_7e638.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_7e638.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7e638.dir/CheckIncludeFile.c.o -o cmTC_7e638
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7e638.dir/CheckIncludeFile.c.o -o cmTC_7e638 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_f769f.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_f769f.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f769f.dir/CheckIncludeFile.c.o -o cmTC_f769f
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f769f.dir/CheckIncludeFile.c.o -o cmTC_f769f -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_3ed3b.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_3ed3b.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3ed3b.dir/CheckIncludeFile.c.o -o cmTC_3ed3b
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3ed3b.dir/CheckIncludeFile.c.o -o cmTC_3ed3b -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_aa6dc.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_aa6dc.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_aa6dc.dir/CheckIncludeFile.c.o -o cmTC_aa6dc
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_aa6dc.dir/CheckIncludeFile.c.o -o cmTC_aa6dc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_75202.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_75202.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_75202.dir/CheckIncludeFile.c.o -o cmTC_75202
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_75202.dir/CheckIncludeFile.c.o -o cmTC_75202 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_5a16f.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_5a16f.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5a16f.dir/CheckIncludeFile.c.o -o cmTC_5a16f
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5a16f.dir/CheckIncludeFile.c.o -o cmTC_5a16f -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_bddb9.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_bddb9.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bddb9.dir/CheckIncludeFile.c.o -o cmTC_bddb9
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bddb9.dir/CheckIncludeFile.c.o -o cmTC_bddb9 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_72b08.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_72b08.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_72b08.dir/CheckIncludeFile.c.o -o cmTC_72b08
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_72b08.dir/CheckIncludeFile.c.o -o cmTC_72b08 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_f3b61.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_f3b61.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f3b61.dir/CheckIncludeFile.c.o -o cmTC_f3b61
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f3b61.dir/CheckIncludeFile.c.o -o cmTC_f3b61 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_9f951.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_9f951.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9f951.dir/CheckIncludeFile.c.o -o cmTC_9f951
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9f951.dir/CheckIncludeFile.c.o -o cmTC_9f951 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_4d97d.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_4d97d.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4d97d.dir/CheckIncludeFile.c.o -o cmTC_4d97d
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4d97d.dir/CheckIncludeFile.c.o -o cmTC_4d97d -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_8d955.dir/CheckSymbolExists.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_8d955.dir/CheckSymbolExists.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8d955.dir/CheckSymbolExists.c.o -o cmTC_8d955 /usr/lib/libm.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8d955.dir/CheckSymbolExists.c.o -o cmTC_8d955 /usr/lib/libm.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_00e11.dir/CheckSymbolExists.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_00e11.dir/CheckSymbolExists.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_00e11.dir/CheckSymbolExists.c.o -o cmTC_00e11 /usr/lib/libm.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_00e11.dir/CheckSymbolExists.c.o -o cmTC_00e11 /usr/lib/libm.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=getopt_long -fPIE -o CMakeFiles/cmTC_3c51f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=getopt_long -fPIE -o CMakeFiles/cmTC_3c51f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=getopt_long -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3c51f.dir/CheckFunctionExists.c.o -o cmTC_3c51f
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=getopt_long -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3c51f.dir/CheckFunctionExists.c.o -o cmTC_3c51f -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_019c3.dir/CheckSymbolExists.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_019c3.dir/CheckSymbolExists.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_019c3.dir/CheckSymbolExists.c.o -o cmTC_019c3
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_019c3.dir/CheckSymbolExists.c.o -o cmTC_019c3 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=getifaddrs -fPIE -o CMakeFiles/cmTC_25114.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=getifaddrs -fPIE -o CMakeFiles/cmTC_25114.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=getifaddrs -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_25114.dir/CheckFunctionExists.c.o -o cmTC_25114
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=getifaddrs -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_25114.dir/CheckFunctionExists.c.o -o cmTC_25114 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=issetugid -fPIE -o CMakeFiles/cmTC_4390f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=issetugid -fPIE -o CMakeFiles/cmTC_4390f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=issetugid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4390f.dir/CheckFunctionExists.c.o -o cmTC_4390f
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=issetugid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4390f.dir/CheckFunctionExists.c.o -o cmTC_4390f -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=mkstemps -fPIE -o CMakeFiles/cmTC_bae4b.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=mkstemps -fPIE -o CMakeFiles/cmTC_bae4b.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=mkstemps -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bae4b.dir/CheckFunctionExists.c.o -o cmTC_bae4b
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=mkstemps -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bae4b.dir/CheckFunctionExists.c.o -o cmTC_bae4b -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=setresgid -fPIE -o CMakeFiles/cmTC_3b901.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=setresgid -fPIE -o CMakeFiles/cmTC_3b901.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=setresgid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3b901.dir/CheckFunctionExists.c.o -o cmTC_3b901
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=setresgid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3b901.dir/CheckFunctionExists.c.o -o cmTC_3b901 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=setresuid -fPIE -o CMakeFiles/cmTC_15bf8.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=setresuid -fPIE -o CMakeFiles/cmTC_15bf8.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=setresuid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_15bf8.dir/CheckFunctionExists.c.o -o cmTC_15bf8
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=setresuid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_15bf8.dir/CheckFunctionExists.c.o -o cmTC_15bf8 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=strptime -fPIE -o CMakeFiles/cmTC_f3722.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=strptime -fPIE -o CMakeFiles/cmTC_f3722.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=strptime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f3722.dir/CheckFunctionExists.c.o -o cmTC_f3722
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=strptime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f3722.dir/CheckFunctionExists.c.o -o cmTC_f3722 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=CFPropertyListCreateWithStream -fPIE -o CMakeFiles/cmTC_de3d7.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=CFPropertyListCreateWithStream -fPIE -o CMakeFiles/cmTC_de3d7.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=CFPropertyListCreateWithStream -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_de3d7.dir/CheckFunctionExists.c.o -o cmTC_de3d7 -framework CoreFoundation
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=CFPropertyListCreateWithStream -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_de3d7.dir/CheckFunctionExists.c.o -o cmTC_de3d7 -framework CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DHAVE_STRUCT_SOCKADDR_SA_LEN -fPIE -o CMakeFiles/cmTC_5decc.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DHAVE_STRUCT_SOCKADDR_SA_LEN -fPIE -o CMakeFiles/cmTC_5decc.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DHAVE_STRUCT_SOCKADDR_SA_LEN -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5decc.dir/src.c.o -o cmTC_5decc
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DHAVE_STRUCT_SOCKADDR_SA_LEN -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5decc.dir/src.c.o -o cmTC_5decc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DHAVE_STRUCT_STAT_ST_FLAGS -fPIE -o CMakeFiles/cmTC_92d25.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DHAVE_STRUCT_STAT_ST_FLAGS -fPIE -o CMakeFiles/cmTC_92d25.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DHAVE_STRUCT_STAT_ST_FLAGS -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_92d25.dir/src.c.o -o cmTC_92d25
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DHAVE_STRUCT_STAT_ST_FLAGS -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_92d25.dir/src.c.o -o cmTC_92d25 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DHAVE_STRUCT_STAT_ST_BIRTHTIME -fPIE -o CMakeFiles/cmTC_d4190.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DHAVE_STRUCT_STAT_ST_BIRTHTIME -fPIE -o CMakeFiles/cmTC_d4190.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DHAVE_STRUCT_STAT_ST_BIRTHTIME -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d4190.dir/src.c.o -o cmTC_d4190
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DHAVE_STRUCT_STAT_ST_BIRTHTIME -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d4190.dir/src.c.o -o cmTC_d4190 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DHAVE_STRUCT_STAT___ST_BIRTHTIME -fPIE -o CMakeFiles/cmTC_44905.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DHAVE_STRUCT_STAT___ST_BIRTHTIME -fPIE -o CMakeFiles/cmTC_44905.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DHAVE_STRUCT_TM_TM_ZONE -fPIE -o CMakeFiles/cmTC_2db19.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DHAVE_STRUCT_TM_TM_ZONE -fPIE -o CMakeFiles/cmTC_2db19.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DHAVE_STRUCT_TM_TM_ZONE -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2db19.dir/src.c.o -o cmTC_2db19
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DHAVE_STRUCT_TM_TM_ZONE -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2db19.dir/src.c.o -o cmTC_2db19 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_248e0.dir/CheckSymbolExists.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_248e0.dir/CheckSymbolExists.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_248e0.dir/CheckSymbolExists.c.o -o cmTC_248e0
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_248e0.dir/CheckSymbolExists.c.o -o cmTC_248e0 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCOMPILER_CAN_HANDLE_SSE4_2 -fPIE -msse4.2 -o CMakeFiles/cmTC_8f72b.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCOMPILER_CAN_HANDLE_SSE4_2 -fPIE -msse4.2 -o CMakeFiles/cmTC_8f72b.dir/src.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCOMPILER_CAN_HANDLE_SSE4_2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8f72b.dir/src.c.o -o cmTC_8f72b
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCOMPILER_CAN_HANDLE_SSE4_2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8f72b.dir/src.c.o -o cmTC_8f72b -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_b5f45.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_b5f45.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b5f45.dir/CheckIncludeFile.c.o -o cmTC_b5f45
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b5f45.dir/CheckIncludeFile.c.o -o cmTC_b5f45 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -msse4.2 -fPIE -o CMakeFiles/cmTC_4c401.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -msse4.2 -fPIE -o CMakeFiles/cmTC_4c401.dir/CheckIncludeFile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -msse4.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4c401.dir/CheckIncludeFile.c.o -o cmTC_4c401
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -msse4.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4c401.dir/CheckIncludeFile.c.o -o cmTC_4c401 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=ssh_userauth_agent -fPIE -o CMakeFiles/cmTC_5c095.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=ssh_userauth_agent -fPIE -o CMakeFiles/cmTC_5c095.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.13.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=ssh_userauth_agent -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5c095.dir/CheckFunctionExists.c.o -o cmTC_5c095 /usr/local/lib/libssh.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DCHECK_FUNCTION_EXISTS=ssh_userauth_agent -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5c095.dir/CheckFunctionExists.c.o -o cmTC_5c095 /usr/local/lib/libssh.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_e8057.dir/TestFileOffsetBits.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/cmake/TestFileOffsetBits.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_e8057.dir/TestFileOffsetBits.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/cmake/TestFileOffsetBits.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e8057.dir/TestFileOffsetBits.c.o -o cmTC_e8057
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e8057.dir/TestFileOffsetBits.c.o -o cmTC_e8057 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_43045.dir/TestLargeFiles.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/TestLargeFiles.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -fPIE -o CMakeFiles/cmTC_43045.dir/TestLargeFiles.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/TestLargeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_43045.dir/TestLargeFiles.c.o -o cmTC_43045
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_43045.dir/TestLargeFiles.c.o -o cmTC_43045 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2018-12-04 15:57:48 +0100
make
install
/usr/local/Cellar/cmake/3.13.1/bin/cmake -S/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -B/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.13.1/bin/cmake -E cmake_progress_start /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/mmdbresolve.dir/build.make CMakeFiles/mmdbresolve.dir/depend
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 && /usr/local/Cellar/cmake/3.13.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/mmdbresolve.dir/DependInfo.cmake --color=
Scanning dependencies of target mmdbresolve
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/mmdbresolve.dir/build.make CMakeFiles/mmdbresolve.dir/build
[ 0%] Building C object CMakeFiles/mmdbresolve.dir/mmdbresolve.c.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DTOP_SRCDIR=\"/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5\" -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/usr/local/opt/libmaxminddb/include -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIE -o CMakeFiles/mmdbresolve.dir/mmdbresolve.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/mmdbresolve.c
[ 0%] Linking C executable run/mmdbresolve
/usr/local/Cellar/cmake/3.13.1/bin/cmake -E cmake_link_script CMakeFiles/mmdbresolve.dir/link.txt --verbose=1
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names -pie CMakeFiles/mmdbresolve.dir/mmdbresolve.c.o -o run/mmdbresolve -L/usr/local/Cellar/glib/2.58.1/lib -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/gtk -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/qt -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/capchild -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/caputils -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/codecs -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/epan -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/randpkt_core -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/writecap -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil -Wl,-rpath,/usr/local/Cellar/glib/2.58.1/lib -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/gtk -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/qt -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/capchild -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/caputils -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/codecs -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/epan -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/randpkt_core -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/writecap -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil /usr/local/lib/libmaxminddb.dylib
[ 0%] Built target mmdbresolve
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f wsutil/CMakeFiles/wsutil.dir/build.make wsutil/CMakeFiles/wsutil.dir/depend
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 && /usr/local/Cellar/cmake/3.13.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/CMakeFiles/wsutil.dir/DependInfo.cmake --color=
Scanning dependencies of target wsutil
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f wsutil/CMakeFiles/wsutil.dir/build.make wsutil/CMakeFiles/wsutil.dir/build
[ 0%] Building C object wsutil/CMakeFiles/wsutil.dir/adler32.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/adler32.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/adler32.c
[ 0%] Building C object wsutil/CMakeFiles/wsutil.dir/base32.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/base32.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/base32.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/base64.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/base64.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/base64.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/bitswap.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/bitswap.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/bitswap.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/buffer.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/buffer.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/buffer.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/clopts_common.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/clopts_common.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/clopts_common.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/cmdarg_err.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/cmdarg_err.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/cmdarg_err.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/copyright_info.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/copyright_info.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/copyright_info.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/crash_info.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crash_info.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crash_info.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/crc10.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc10.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc10.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/crc16.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc16.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc16.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/crc16-plain.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc16-plain.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc16-plain.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/crc32.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc32.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc32.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/crc6.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc6.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc6.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/crc7.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc7.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc7.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/crc8.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc8.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc8.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/crc11.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc11.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc11.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/dot11decrypt_wep.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/dot11decrypt_wep.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/dot11decrypt_wep.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/eax.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/eax.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/eax.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/filesystem.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -DBUILD_TIME_DATAFILE_DIR=\"/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/run\" -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/filesystem.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/filesystem.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/frequency-utils.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/frequency-utils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/frequency-utils.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/g711.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/g711.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/g711.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/glib-compat.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/glib-compat.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/glib-compat.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/inet_addr.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/inet_addr.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/inet_addr.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/interface.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/interface.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/interface.c
[ 1%] Building C object wsutil/CMakeFiles/wsutil.dir/jsmn.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -DJSMN_STRICT -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/jsmn.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/jsmn.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/mpeg-audio.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/mpeg-audio.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/mpeg-audio.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/nstime.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/nstime.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/nstime.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/cpu_info.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/cpu_info.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/cpu_info.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/os_version_info.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/os_version_info.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/os_version_info.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/privileges.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/privileges.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/privileges.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/rsa.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/rsa.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/rsa.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/sober128.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/sober128.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/sober128.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/strnatcmp.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/strnatcmp.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/strnatcmp.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/str_util.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/str_util.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/str_util.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/strtoi.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/strtoi.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/strtoi.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/report_message.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/report_message.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/report_message.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/tempfile.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/tempfile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/tempfile.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/time_util.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/time_util.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/time_util.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/type_util.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/type_util.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/type_util.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/unicode-utils.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/unicode-utils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/unicode-utils.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/ws_mempbrk.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/ws_mempbrk.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/ws_mempbrk.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/ws_pipe.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/ws_pipe.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/ws_pipe.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/wsgcrypt.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/wsgcrypt.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/wsgcrypt.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/wsjsmn.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/wsjsmn.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/wsjsmn.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/xtea.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/xtea.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/xtea.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/plugins.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/plugins.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/plugins.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/cfutils.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/cfutils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/cfutils.c
[ 2%] Building C object wsutil/CMakeFiles/wsutil.dir/ws_mempbrk_sse42.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins\" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -msse4.2 -o CMakeFiles/wsutil.dir/ws_mempbrk_sse42.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/ws_mempbrk_sse42.c
[ 3%] Linking C shared library ../run/libwsutil.dylib
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Cellar/cmake/3.13.1/bin/cmake -E cmake_link_script CMakeFiles/wsutil.dir/link.txt --verbose=1
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -pie -compatibility_version 9.0.0 -current_version 9.0.0 -o ../run/libwsutil.9.0.0.dylib -install_name /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/run/libwsutil.9.dylib CMakeFiles/wsutil.dir/adler32.c.o CMakeFiles/wsutil.dir/base32.c.o CMakeFiles/wsutil.dir/base64.c.o CMakeFiles/wsutil.dir/bitswap.c.o CMakeFiles/wsutil.dir/buffer.c.o CMakeFiles/wsutil.dir/clopts_common.c.o CMakeFiles/wsutil.dir/cmdarg_err.c.o CMakeFiles/wsutil.dir/copyright_info.c.o CMakeFiles/wsutil.dir/crash_info.c.o CMakeFiles/wsutil.dir/crc10.c.o CMakeFiles/wsutil.dir/crc16.c.o CMakeFiles/wsutil.dir/crc16-plain.c.o CMakeFiles/wsutil.dir/crc32.c.o CMakeFiles/wsutil.dir/crc6.c.o CMakeFiles/wsutil.dir/crc7.c.o CMakeFiles/wsutil.dir/crc8.c.o CMakeFiles/wsutil.dir/crc11.c.o CMakeFiles/wsutil.dir/dot11decrypt_wep.c.o CMakeFiles/wsutil.dir/eax.c.o CMakeFiles/wsutil.dir/filesystem.c.o CMakeFiles/wsutil.dir/frequency-utils.c.o CMakeFiles/wsutil.dir/g711.c.o CMakeFiles/wsutil.dir/glib-compat.c.o CMakeFiles/wsutil.dir/inet_addr.c.o CMakeFiles/wsutil.dir/interface.c.o CMakeFiles/wsutil.dir/jsmn.c.o CMakeFiles/wsutil.dir/mpeg-audio.c.o CMakeFiles/wsutil.dir/nstime.c.o CMakeFiles/wsutil.dir/cpu_info.c.o CMakeFiles/wsutil.dir/os_version_info.c.o CMakeFiles/wsutil.dir/privileges.c.o CMakeFiles/wsutil.dir/rsa.c.o CMakeFiles/wsutil.dir/sober128.c.o CMakeFiles/wsutil.dir/strnatcmp.c.o CMakeFiles/wsutil.dir/str_util.c.o CMakeFiles/wsutil.dir/strtoi.c.o CMakeFiles/wsutil.dir/report_message.c.o CMakeFiles/wsutil.dir/tempfile.c.o CMakeFiles/wsutil.dir/time_util.c.o CMakeFiles/wsutil.dir/type_util.c.o CMakeFiles/wsutil.dir/unicode-utils.c.o CMakeFiles/wsutil.dir/ws_mempbrk.c.o CMakeFiles/wsutil.dir/ws_pipe.c.o CMakeFiles/wsutil.dir/wsgcrypt.c.o CMakeFiles/wsutil.dir/wsjsmn.c.o CMakeFiles/wsutil.dir/xtea.c.o CMakeFiles/wsutil.dir/plugins.c.o CMakeFiles/wsutil.dir/cfutils.c.o CMakeFiles/wsutil.dir/ws_mempbrk_sse42.c.o -L/usr/local/Cellar/glib/2.58.1/lib -Wl,-rpath,/usr/local/Cellar/glib/2.58.1/lib -framework CoreFoundation -lgmodule-2.0 -lglib-2.0 -lintl /usr/local/lib/libglib-2.0.dylib /usr/local/lib/libgcrypt.dylib /usr/local/lib/libgpg-error.dylib /usr/lib/libz.dylib /usr/local/lib/libgnutls.dylib
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil && /usr/local/Cellar/cmake/3.13.1/bin/cmake -E cmake_symlink_library ../run/libwsutil.9.0.0.dylib ../run/libwsutil.9.dylib ../run/libwsutil.dylib
[ 3%] Built target wsutil
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f randpkt_core/CMakeFiles/randpkt_core.dir/build.make randpkt_core/CMakeFiles/randpkt_core.dir/depend
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 && /usr/local/Cellar/cmake/3.13.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/randpkt_core /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/randpkt_core /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/randpkt_core/CMakeFiles/randpkt_core.dir/DependInfo.cmake --color=
Scanning dependencies of target randpkt_core
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f randpkt_core/CMakeFiles/randpkt_core.dir/build.make randpkt_core/CMakeFiles/randpkt_core.dir/build
[ 3%] Building C object randpkt_core/CMakeFiles/randpkt_core.dir/randpkt_core.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/randpkt_core && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/randpkt_core.dir/randpkt_core.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/randpkt_core/randpkt_core.c
[ 3%] Linking C static library ../run/librandpkt_core.a
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/randpkt_core && /usr/local/Cellar/cmake/3.13.1/bin/cmake -P CMakeFiles/randpkt_core.dir/cmake_clean_target.cmake
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/randpkt_core && /usr/local/Cellar/cmake/3.13.1/bin/cmake -E cmake_link_script CMakeFiles/randpkt_core.dir/link.txt --verbose=1
/usr/local/bin/ar qc ../run/librandpkt_core.a CMakeFiles/randpkt_core.dir/randpkt_core.c.o
/usr/local/bin/ranlib ../run/librandpkt_core.a
[ 3%] Built target randpkt_core
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f ui/CMakeFiles/ui.dir/build.make ui/CMakeFiles/ui.dir/depend
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 && /usr/local/Cellar/cmake/3.13.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/CMakeFiles/ui.dir/DependInfo.cmake --color=
Scanning dependencies of target ui
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f ui/CMakeFiles/ui.dir/build.make ui/CMakeFiles/ui.dir/build
[ 3%] Building C object ui/CMakeFiles/ui.dir/alert_box.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/alert_box.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/alert_box.c
[ 3%] Building C object ui/CMakeFiles/ui.dir/capture.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/capture.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/capture.c
[ 3%] Building C object ui/CMakeFiles/ui.dir/capture_ui_utils.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/capture_ui_utils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/capture_ui_utils.c
[ 3%] Building C object ui/CMakeFiles/ui.dir/commandline.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/commandline.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/commandline.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/console.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/console.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/console.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/decode_as_utils.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/decode_as_utils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/decode_as_utils.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/dissect_opts.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/dissect_opts.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/dissect_opts.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/export_object_ui.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/export_object_ui.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/export_object_ui.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/export_pdu_ui_utils.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/export_pdu_ui_utils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/export_pdu_ui_utils.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/help_url.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/help_url.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/help_url.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/failure_message.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/failure_message.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/failure_message.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/file_dialog.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/file_dialog.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/file_dialog.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/filter_files.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/filter_files.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/filter_files.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/firewall_rules.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/firewall_rules.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/firewall_rules.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/iface_toolbar.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/iface_toolbar.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/iface_toolbar.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/iface_lists.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/iface_lists.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/iface_lists.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/io_graph_item.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/io_graph_item.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/io_graph_item.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/language.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/language.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/language.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/mcast_stream.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/mcast_stream.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/mcast_stream.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/packet_list_utils.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/packet_list_utils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/packet_list_utils.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/packet_range.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/packet_range.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/packet_range.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/persfilepath_opt.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/persfilepath_opt.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/persfilepath_opt.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/preference_utils.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/preference_utils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/preference_utils.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/profile.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/profile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/profile.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/proto_hier_stats.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/proto_hier_stats.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/proto_hier_stats.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/recent.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/recent.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/recent.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/rtp_media.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/rtp_media.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/rtp_media.c
[ 4%] Building C object ui/CMakeFiles/ui.dir/rtp_stream.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/rtp_stream.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/rtp_stream.c
[ 5%] Building C object ui/CMakeFiles/ui.dir/service_response_time.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/service_response_time.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/service_response_time.c
[ 5%] Building C object ui/CMakeFiles/ui.dir/software_update.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/software_update.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/software_update.c
[ 5%] Building C object ui/CMakeFiles/ui.dir/ssl_key_export.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/ssl_key_export.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/ssl_key_export.c
[ 5%] Building C object ui/CMakeFiles/ui.dir/summary.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/summary.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/summary.c
[ 5%] Building C object ui/CMakeFiles/ui.dir/tap_export_pdu.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/tap_export_pdu.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/tap_export_pdu.c
[ 5%] Building C object ui/CMakeFiles/ui.dir/tap-iax2-analysis.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/tap-iax2-analysis.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/tap-iax2-analysis.c
[ 5%] Building C object ui/CMakeFiles/ui.dir/tap-rtp-common.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/tap-rtp-common.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/tap-rtp-common.c
[ 5%] Building C object ui/CMakeFiles/ui.dir/tap-sctp-analysis.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/tap-sctp-analysis.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/tap-sctp-analysis.c
[ 5%] Building C object ui/CMakeFiles/ui.dir/tap-rlc-graph.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/tap-rlc-graph.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/tap-rlc-graph.c
[ 5%] Building C object ui/CMakeFiles/ui.dir/tap-tcp-stream.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/tap-tcp-stream.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/tap-tcp-stream.c
[ 5%] Building C object ui/CMakeFiles/ui.dir/text_import.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/text_import.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/text_import.c
[ 5%] Building C object ui/CMakeFiles/ui.dir/time_shift.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/time_shift.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/time_shift.c
[ 5%] Building C object ui/CMakeFiles/ui.dir/traffic_table_ui.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/traffic_table_ui.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/traffic_table_ui.c
[ 5%] Building C object ui/CMakeFiles/ui.dir/util.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/util.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/util.c
[ 5%] Building C object ui/CMakeFiles/ui.dir/voip_calls.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/voip_calls.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/voip_calls.c
[ 5%] Building C object ui/CMakeFiles/ui.dir/text_import_scanner.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DDOC_DIR=\"/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark\" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/text_import_scanner.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/text_import_scanner.c
[ 5%] Linking C static library ../run/libui.a
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Cellar/cmake/3.13.1/bin/cmake -P CMakeFiles/ui.dir/cmake_clean_target.cmake
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui && /usr/local/Cellar/cmake/3.13.1/bin/cmake -E cmake_link_script CMakeFiles/ui.dir/link.txt --verbose=1
/usr/local/bin/ar qc ../run/libui.a CMakeFiles/ui.dir/alert_box.c.o CMakeFiles/ui.dir/capture.c.o CMakeFiles/ui.dir/capture_ui_utils.c.o CMakeFiles/ui.dir/commandline.c.o CMakeFiles/ui.dir/console.c.o CMakeFiles/ui.dir/decode_as_utils.c.o CMakeFiles/ui.dir/dissect_opts.c.o CMakeFiles/ui.dir/export_object_ui.c.o CMakeFiles/ui.dir/export_pdu_ui_utils.c.o CMakeFiles/ui.dir/help_url.c.o CMakeFiles/ui.dir/failure_message.c.o CMakeFiles/ui.dir/file_dialog.c.o CMakeFiles/ui.dir/filter_files.c.o CMakeFiles/ui.dir/firewall_rules.c.o CMakeFiles/ui.dir/iface_toolbar.c.o CMakeFiles/ui.dir/iface_lists.c.o CMakeFiles/ui.dir/io_graph_item.c.o CMakeFiles/ui.dir/language.c.o CMakeFiles/ui.dir/mcast_stream.c.o CMakeFiles/ui.dir/packet_list_utils.c.o CMakeFiles/ui.dir/packet_range.c.o CMakeFiles/ui.dir/persfilepath_opt.c.o CMakeFiles/ui.dir/preference_utils.c.o CMakeFiles/ui.dir/profile.c.o CMakeFiles/ui.dir/proto_hier_stats.c.o CMakeFiles/ui.dir/recent.c.o CMakeFiles/ui.dir/rtp_media.c.o CMakeFiles/ui.dir/rtp_stream.c.o CMakeFiles/ui.dir/service_response_time.c.o CMakeFiles/ui.dir/software_update.c.o CMakeFiles/ui.dir/ssl_key_export.c.o CMakeFiles/ui.dir/summary.c.o CMakeFiles/ui.dir/tap_export_pdu.c.o CMakeFiles/ui.dir/tap-iax2-analysis.c.o CMakeFiles/ui.dir/tap-rtp-common.c.o CMakeFiles/ui.dir/tap-sctp-analysis.c.o CMakeFiles/ui.dir/tap-rlc-graph.c.o CMakeFiles/ui.dir/tap-tcp-stream.c.o CMakeFiles/ui.dir/text_import.c.o CMakeFiles/ui.dir/time_shift.c.o CMakeFiles/ui.dir/traffic_table_ui.c.o CMakeFiles/ui.dir/util.c.o CMakeFiles/ui.dir/voip_calls.c.o CMakeFiles/ui.dir/text_import_scanner.c.o
/usr/local/bin/ranlib ../run/libui.a
[ 5%] Built target ui
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/version.dir/build.make CMakeFiles/version.dir/depend
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 && /usr/local/Cellar/cmake/3.13.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/version.dir/DependInfo.cmake --color=
Scanning dependencies of target version
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/version.dir/build.make CMakeFiles/version.dir/build
/usr/local/bin/perl /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/make-version.pl --set-vcs /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5
version.h has been updated.
[ 5%] Built target version
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f wiretap/CMakeFiles/wiretap.dir/build.make wiretap/CMakeFiles/wiretap.dir/depend
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 && /usr/local/Cellar/cmake/3.13.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/CMakeFiles/wiretap.dir/DependInfo.cmake --color=
Scanning dependencies of target wiretap
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f wiretap/CMakeFiles/wiretap.dir/build.make wiretap/CMakeFiles/wiretap.dir/build
[ 5%] Building C object wiretap/CMakeFiles/wiretap.dir/5views.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/5views.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/5views.c
[ 5%] Building C object wiretap/CMakeFiles/wiretap.dir/aethra.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/aethra.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/aethra.c
[ 5%] Building C object wiretap/CMakeFiles/wiretap.dir/ascendtext.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/ascendtext.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/ascendtext.c
[ 5%] Building C object wiretap/CMakeFiles/wiretap.dir/atm.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/atm.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/atm.c
[ 5%] Building C object wiretap/CMakeFiles/wiretap.dir/ber.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/ber.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/ber.c
[ 5%] Building C object wiretap/CMakeFiles/wiretap.dir/btsnoop.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/btsnoop.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/btsnoop.c
[ 5%] Building C object wiretap/CMakeFiles/wiretap.dir/camins.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/camins.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/camins.c
[ 5%] Building C object wiretap/CMakeFiles/wiretap.dir/capsa.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/capsa.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/capsa.c
[ 5%] Building C object wiretap/CMakeFiles/wiretap.dir/catapult_dct2000.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/catapult_dct2000.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/catapult_dct2000.c
[ 5%] Building C object wiretap/CMakeFiles/wiretap.dir/commview.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/commview.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/commview.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/cosine.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/cosine.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/cosine.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/csids.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/csids.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/csids.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/daintree-sna.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/daintree-sna.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/daintree-sna.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/dbs-etherwatch.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/dbs-etherwatch.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/dbs-etherwatch.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/dct3trace.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/dct3trace.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/dct3trace.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/erf.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/erf.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/erf.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/eyesdn.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/eyesdn.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/eyesdn.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/file_access.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/file_access.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/file_access.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/file_wrappers.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/file_wrappers.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/file_wrappers.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/hcidump.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/hcidump.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/hcidump.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/i4btrace.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/i4btrace.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/i4btrace.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/ipfix.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/ipfix.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/ipfix.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/iptrace.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/iptrace.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/iptrace.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/iseries.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/iseries.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/iseries.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/json.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/json.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/json.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/k12.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/k12.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/k12.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/lanalyzer.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/lanalyzer.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/lanalyzer.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/libpcap.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/libpcap.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/libpcap.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/logcat.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/logcat.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/logcat.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/logcat_text.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/logcat_text.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/logcat_text.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/merge.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/merge.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/merge.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/mpeg.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/mpeg.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/mpeg.c
[ 6%] Building C object wiretap/CMakeFiles/wiretap.dir/mplog.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/mplog.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/mplog.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/mime_file.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/mime_file.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/mime_file.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/mp2t.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/mp2t.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/mp2t.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/netmon.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/netmon.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/netmon.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/netscaler.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/netscaler.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/netscaler.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/netscreen.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/netscreen.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/netscreen.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/nettl.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/nettl.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/nettl.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/nettrace_3gpp_32_423.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/nettrace_3gpp_32_423.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/nettrace_3gpp_32_423.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/network_instruments.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/network_instruments.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/network_instruments.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/netxray.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/netxray.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/netxray.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/ngsniffer.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/ngsniffer.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/ngsniffer.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/packetlogger.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/packetlogger.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/packetlogger.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/pcap-common.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/pcap-common.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/pcap-common.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/pcapng.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/pcapng.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/pcapng.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/peekclassic.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/peekclassic.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/peekclassic.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/peektagged.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/peektagged.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/peektagged.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/pppdump.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/pppdump.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/pppdump.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/radcom.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/radcom.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/radcom.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/snoop.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/snoop.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/snoop.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/stanag4607.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/stanag4607.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/stanag4607.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/tnef.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/tnef.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/tnef.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/toshiba.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/toshiba.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/toshiba.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/visual.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/visual.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/visual.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/vms.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/vms.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/vms.c
[ 7%] Building C object wiretap/CMakeFiles/wiretap.dir/vwr.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/vwr.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/vwr.c
[ 8%] Building C object wiretap/CMakeFiles/wiretap.dir/wtap.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/wtap.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/wtap.c
[ 8%] Building C object wiretap/CMakeFiles/wiretap.dir/wtap_opttypes.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/wtap_opttypes.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/wtap_opttypes.c
[ 8%] Building C object wiretap/CMakeFiles/wiretap.dir/__/version_info.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/__/version_info.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/version_info.c
[ 8%] Building C object wiretap/CMakeFiles/wiretap.dir/ascend_scanner.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/ascend_scanner.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/ascend_scanner.c
[ 8%] Building C object wiretap/CMakeFiles/wiretap.dir/k12text.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/k12text.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/k12text.c
[ 8%] Building C object wiretap/CMakeFiles/wiretap.dir/ascend.c.o
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Dwiretap_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wiretap.dir/ascend.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap/ascend.c
[ 8%] Linking C shared library ../run/libwiretap.dylib
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Cellar/cmake/3.13.1/bin/cmake -E cmake_link_script CMakeFiles/wiretap.dir/link.txt --verbose=1
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -pie -compatibility_version 8.0.0 -current_version 8.0.5 -o ../run/libwiretap.8.0.5.dylib -install_name /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/run/libwiretap.8.dylib CMakeFiles/wiretap.dir/5views.c.o CMakeFiles/wiretap.dir/aethra.c.o CMakeFiles/wiretap.dir/ascendtext.c.o CMakeFiles/wiretap.dir/atm.c.o CMakeFiles/wiretap.dir/ber.c.o CMakeFiles/wiretap.dir/btsnoop.c.o CMakeFiles/wiretap.dir/camins.c.o CMakeFiles/wiretap.dir/capsa.c.o CMakeFiles/wiretap.dir/catapult_dct2000.c.o CMakeFiles/wiretap.dir/commview.c.o CMakeFiles/wiretap.dir/cosine.c.o CMakeFiles/wiretap.dir/csids.c.o CMakeFiles/wiretap.dir/daintree-sna.c.o CMakeFiles/wiretap.dir/dbs-etherwatch.c.o CMakeFiles/wiretap.dir/dct3trace.c.o CMakeFiles/wiretap.dir/erf.c.o CMakeFiles/wiretap.dir/eyesdn.c.o CMakeFiles/wiretap.dir/file_access.c.o CMakeFiles/wiretap.dir/file_wrappers.c.o CMakeFiles/wiretap.dir/hcidump.c.o CMakeFiles/wiretap.dir/i4btrace.c.o CMakeFiles/wiretap.dir/ipfix.c.o CMakeFiles/wiretap.dir/iptrace.c.o CMakeFiles/wiretap.dir/iseries.c.o CMakeFiles/wiretap.dir/json.c.o CMakeFiles/wiretap.dir/k12.c.o CMakeFiles/wiretap.dir/lanalyzer.c.o CMakeFiles/wiretap.dir/libpcap.c.o CMakeFiles/wiretap.dir/logcat.c.o CMakeFiles/wiretap.dir/logcat_text.c.o CMakeFiles/wiretap.dir/merge.c.o CMakeFiles/wiretap.dir/mpeg.c.o CMakeFiles/wiretap.dir/mplog.c.o CMakeFiles/wiretap.dir/mime_file.c.o CMakeFiles/wiretap.dir/mp2t.c.o CMakeFiles/wiretap.dir/netmon.c.o CMakeFiles/wiretap.dir/netscaler.c.o CMakeFiles/wiretap.dir/netscreen.c.o CMakeFiles/wiretap.dir/nettl.c.o CMakeFiles/wiretap.dir/nettrace_3gpp_32_423.c.o CMakeFiles/wiretap.dir/network_instruments.c.o CMakeFiles/wiretap.dir/netxray.c.o CMakeFiles/wiretap.dir/ngsniffer.c.o CMakeFiles/wiretap.dir/packetlogger.c.o CMakeFiles/wiretap.dir/pcap-common.c.o CMakeFiles/wiretap.dir/pcapng.c.o CMakeFiles/wiretap.dir/peekclassic.c.o CMakeFiles/wiretap.dir/peektagged.c.o CMakeFiles/wiretap.dir/pppdump.c.o CMakeFiles/wiretap.dir/radcom.c.o CMakeFiles/wiretap.dir/snoop.c.o CMakeFiles/wiretap.dir/stanag4607.c.o CMakeFiles/wiretap.dir/tnef.c.o CMakeFiles/wiretap.dir/toshiba.c.o CMakeFiles/wiretap.dir/visual.c.o CMakeFiles/wiretap.dir/vms.c.o CMakeFiles/wiretap.dir/vwr.c.o CMakeFiles/wiretap.dir/wtap.c.o CMakeFiles/wiretap.dir/wtap_opttypes.c.o CMakeFiles/wiretap.dir/__/version_info.c.o CMakeFiles/wiretap.dir/ascend_scanner.c.o CMakeFiles/wiretap.dir/k12text.c.o CMakeFiles/wiretap.dir/ascend.c.o -L/usr/local/Cellar/glib/2.58.1/lib -Wl,-rpath,/usr/local/Cellar/glib/2.58.1/lib /usr/local/lib/libglib-2.0.dylib -lgmodule-2.0 -lglib-2.0 -lintl /usr/lib/libz.dylib ../run/libwsutil.9.0.0.dylib -framework CoreFoundation /usr/local/lib/libglib-2.0.dylib -lgmodule-2.0 -lglib-2.0 -lintl /usr/local/lib/libgcrypt.dylib /usr/local/lib/libgpg-error.dylib /usr/lib/libz.dylib /usr/local/lib/libgnutls.dylib
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap && /usr/local/Cellar/cmake/3.13.1/bin/cmake -E cmake_symlink_library ../run/libwiretap.8.0.5.dylib ../run/libwiretap.8.dylib ../run/libwiretap.dylib
[ 8%] Built target wiretap
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/randpktdump.dir/build.make CMakeFiles/randpktdump.dir/depend
cd /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 && /usr/local/Cellar/cmake/3.13.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/CMakeFiles/randpktdump.dir/DependInfo.cmake --color=
Scanning dependencies of target randpktdump
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/randpktdump.dir/build.make CMakeFiles/randpktdump.dir/build
[ 8%] Building C object CMakeFiles/randpktdump.dir/extcap/extcap-base.c.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DTOP_SRCDIR=\"/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5\" -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIE -o CMakeFiles/randpktdump.dir/extcap/extcap-base.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/extcap/extcap-base.c
[ 8%] Building C object CMakeFiles/randpktdump.dir/extcap/randpktdump.c.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DTOP_SRCDIR=\"/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5\" -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIE -o CMakeFiles/randpktdump.dir/extcap/randpktdump.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/extcap/randpktdump.c
[ 8%] Linking C executable run/extcap/randpktdump
/usr/local/Cellar/cmake/3.13.1/bin/cmake -E cmake_link_script CMakeFiles/randpktdump.dir/link.txt --verbose=1
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names -pie CMakeFiles/randpktdump.dir/extcap/extcap-base.c.o CMakeFiles/randpktdump.dir/extcap/randpktdump.c.o -o run/extcap/randpktdump -L/usr/local/Cellar/glib/2.58.1/lib -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/gtk -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/qt -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/capchild -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/caputils -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/codecs -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/epan -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/randpkt_core -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/writecap -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil -Wl,-rpath,/usr/local/Cellar/glib/2.58.1/lib -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/gtk -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/qt -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/capchild -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/caputils -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/codecs -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/epan -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/randpkt_core -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/writecap -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil run/librandpkt_core.a run/libui.a run/libwiretap.8.0.5.dylib /usr/local/lib/libglib-2.0.dylib /usr/lib/libz.dylib run/libwsutil.9.0.0.dylib -framework CoreFoundation /usr/local/lib/libglib-2.0.dylib -lgmodule-2.0 -lglib-2.0 -lintl /usr/local/lib/libgcrypt.dylib /usr/local/lib/libgpg-error.dylib /usr/lib/libz.dylib /usr/local/lib/libgnutls.dylib
Undefined symbols for architecture x86_64:
"_randpkt_example_close", referenced from:
_main in randpktdump.c.o
"_randpkt_example_init", referenced from:
_main in randpktdump.c.o
"_randpkt_example_list", referenced from:
_main in randpktdump.c.o
_help in randpktdump.c.o
"_randpkt_find_example", referenced from:
_main in randpktdump.c.o
"_randpkt_loop", referenced from:
_main in randpktdump.c.o
"_randpkt_parse_type", referenced from:
_main in randpktdump.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [run/extcap/randpktdump] Error 1
make[1]: *** [CMakeFiles/randpktdump.dir/all] Error 2
make: *** [all] Error 2
HOMEBREW_VERSION: 1.8.4-25-gc89f6c8
ORIGIN: https://github.com/Homebrew/brew
HEAD: c89f6c8f8c60c52a9278ccb035dadf73d999df13
Last commit: 21 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: bb0525886df063669bc5d281291023211f822e39
Core tap last commit: 5 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CACHE: /Users/niklas/Library/Caches/Homebrew
CPU: quad-core 64-bit sandybridge
Homebrew Ruby: 2.3.7 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby
Clang: 9.1 build 902
Git: 2.19.2 => /usr/local/bin/git
Curl: 7.54.0 => /usr/bin/curl
Java: 11.0.1
macOS: 10.13.6-x86_64
CLT: 9.4.1.0.1.1528165917
Xcode: 9.4.1
XQuartz: 2.7.11 => /opt/X11
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j1
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/libffi:/usr/local/opt/openssl:/usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/c-ares/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/libtasn1/lib/pkgconfig:/usr/local/opt/nettle/lib/pkgconfig:/usr/local/opt/p11-kit/lib/pkgconfig:/usr/local/opt/gnutls/lib/pkgconfig:/usr/local/opt/libmaxminddb/lib/pkgconfig:/usr/local/opt/libsmi/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/libssh/lib/pkgconfig:/usr/local/opt/lua@5.1/lib/pkgconfig:/usr/local/opt/jansson/lib/pkgconfig:/usr/local/opt/jemalloc/lib/pkgconfig:/usr/local/opt/libevent/lib/pkgconfig:/usr/local/opt/nghttp2/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.13
HOMEBREW_MAKE_JOBS: 1
HOMEBREW_GIT: git
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal
PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super:/usr/local/opt/cmake/bin:/usr/local/opt/gettext/bin:/usr/local/opt/pcre/bin:/usr/local/opt/glib/bin:/usr/local/opt/libtasn1/bin:/usr/local/opt/nettle/bin:/usr/local/opt/p11-kit/bin:/usr/local/opt/gnutls/bin:/usr/local/opt/libgpg-error/bin:/usr/local/opt/libgcrypt/bin:/usr/local/opt/libmaxminddb/bin:/usr/local/opt/libsmi/bin:/usr/local/opt/openssl/bin:/usr/local/opt/lua@5.1/bin:/usr/local/opt/jemalloc/bin:/usr/local/opt/libevent/bin:/usr/local/opt/nghttp2/bin:/usr/bin:/bin:/usr/sbin:/sbin
This file has been truncated, but you can view the full file.
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DTOP_SRCDIR="/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5" -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/usr/local/opt/libmaxminddb/include -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIE -o CMakeFiles/mmdbresolve.dir/mmdbresolve.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/mmdbresolve.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DTOP_SRCDIR="/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5" -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/usr/local/opt/libmaxminddb/include -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIE -o CMakeFiles/mmdbresolve.dir/mmdbresolve.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/mmdbresolve.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names -pie CMakeFiles/mmdbresolve.dir/mmdbresolve.c.o -o run/mmdbresolve -L/usr/local/Cellar/glib/2.58.1/lib -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/gtk -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/qt -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/capchild -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/caputils -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/codecs -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/epan -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/randpkt_core -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/writecap -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil -Wl,-rpath,/usr/local/Cellar/glib/2.58.1/lib -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/gtk -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/qt -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/capchild -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/caputils -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/codecs -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/epan -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/randpkt_core -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/writecap -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil /usr/local/lib/libmaxminddb.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names -pie CMakeFiles/mmdbresolve.dir/mmdbresolve.c.o -o run/mmdbresolve -L/usr/local/Cellar/glib/2.58.1/lib -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/gtk -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/qt -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/capchild -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/caputils -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/codecs -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/epan -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/randpkt_core -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/writecap -L/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil -Wl,-rpath,/usr/local/Cellar/glib/2.58.1/lib -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/gtk -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/qt -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/capchild -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/caputils -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/codecs -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/epan -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/randpkt_core -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wiretap -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/writecap -Wl,-rpath,/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil /usr/local/lib/libmaxminddb.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/adler32.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/adler32.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/adler32.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/adler32.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/base32.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/base32.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/base32.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/base32.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/base64.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/base64.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/base64.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/base64.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/bitswap.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/bitswap.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/bitswap.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/bitswap.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/buffer.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/buffer.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/buffer.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/buffer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/clopts_common.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/clopts_common.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/clopts_common.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/clopts_common.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/cmdarg_err.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/cmdarg_err.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/cmdarg_err.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/cmdarg_err.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/copyright_info.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/copyright_info.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/copyright_info.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/copyright_info.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crash_info.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crash_info.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crash_info.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crash_info.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc10.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc10.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc10.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc10.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc16.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc16.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc16.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc16.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc16-plain.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc16-plain.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc16-plain.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc16-plain.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc32.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc32.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc32.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc32.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc6.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc6.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc6.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc6.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc7.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc7.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc7.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc7.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc8.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc8.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc8.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc8.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc11.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc11.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/crc11.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/crc11.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/dot11decrypt_wep.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/dot11decrypt_wep.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/dot11decrypt_wep.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/dot11decrypt_wep.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/eax.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/eax.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/eax.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/eax.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -DBUILD_TIME_DATAFILE_DIR="/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/run" -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/filesystem.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/filesystem.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -DBUILD_TIME_DATAFILE_DIR="/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/run" -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/filesystem.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/filesystem.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/frequency-utils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/frequency-utils.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/frequency-utils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/frequency-utils.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/g711.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/g711.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/g711.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/g711.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/glib-compat.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/glib-compat.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/glib-compat.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/glib-compat.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/inet_addr.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/inet_addr.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/inet_addr.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/inet_addr.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/interface.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/interface.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/interface.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/interface.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -DJSMN_STRICT -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/jsmn.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/jsmn.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -DJSMN_STRICT -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/jsmn.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/jsmn.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/mpeg-audio.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/mpeg-audio.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/mpeg-audio.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/mpeg-audio.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/nstime.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/nstime.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/nstime.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/nstime.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/cpu_info.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/cpu_info.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/cpu_info.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/cpu_info.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/os_version_info.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/os_version_info.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/os_version_info.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/os_version_info.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/privileges.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/privileges.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/privileges.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/privileges.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/rsa.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/rsa.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/rsa.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/rsa.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/sober128.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/sober128.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/sober128.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/sober128.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/strnatcmp.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/strnatcmp.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/strnatcmp.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/strnatcmp.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/str_util.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/str_util.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/str_util.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/str_util.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/strtoi.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/strtoi.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/strtoi.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/strtoi.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/report_message.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/report_message.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/report_message.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/report_message.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/tempfile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/tempfile.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/tempfile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/tempfile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/time_util.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/time_util.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/time_util.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/time_util.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/type_util.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/type_util.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/type_util.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/type_util.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/unicode-utils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/unicode-utils.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/unicode-utils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/unicode-utils.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/ws_mempbrk.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/ws_mempbrk.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/ws_mempbrk.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/ws_mempbrk.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/ws_pipe.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/ws_pipe.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/ws_pipe.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/ws_pipe.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/wsgcrypt.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/wsgcrypt.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/wsgcrypt.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/wsgcrypt.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/wsjsmn.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/wsjsmn.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/wsjsmn.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/wsjsmn.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/xtea.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/xtea.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/xtea.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/xtea.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/plugins.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/plugins.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/plugins.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/plugins.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/cfutils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/cfutils.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/wsutil.dir/cfutils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/cfutils.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -msse4.2 -o CMakeFiles/wsutil.dir/ws_mempbrk_sse42.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/ws_mempbrk_sse42.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR="/usr/local/Cellar/wireshark/2.6.5/lib/wireshark/plugins" -DWS_BUILD_DLL -Dwsutil_EXPORTS -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -msse4.2 -o CMakeFiles/wsutil.dir/ws_mempbrk_sse42.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/wsutil/ws_mempbrk_sse42.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -pie -compatibility_version 9.0.0 -current_version 9.0.0 -o ../run/libwsutil.9.0.0.dylib -install_name /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/run/libwsutil.9.dylib CMakeFiles/wsutil.dir/adler32.c.o CMakeFiles/wsutil.dir/base32.c.o CMakeFiles/wsutil.dir/base64.c.o CMakeFiles/wsutil.dir/bitswap.c.o CMakeFiles/wsutil.dir/buffer.c.o CMakeFiles/wsutil.dir/clopts_common.c.o CMakeFiles/wsutil.dir/cmdarg_err.c.o CMakeFiles/wsutil.dir/copyright_info.c.o CMakeFiles/wsutil.dir/crash_info.c.o CMakeFiles/wsutil.dir/crc10.c.o CMakeFiles/wsutil.dir/crc16.c.o CMakeFiles/wsutil.dir/crc16-plain.c.o CMakeFiles/wsutil.dir/crc32.c.o CMakeFiles/wsutil.dir/crc6.c.o CMakeFiles/wsutil.dir/crc7.c.o CMakeFiles/wsutil.dir/crc8.c.o CMakeFiles/wsutil.dir/crc11.c.o CMakeFiles/wsutil.dir/dot11decrypt_wep.c.o CMakeFiles/wsutil.dir/eax.c.o CMakeFiles/wsutil.dir/filesystem.c.o CMakeFiles/wsutil.dir/frequency-utils.c.o CMakeFiles/wsutil.dir/g711.c.o CMakeFiles/wsutil.dir/glib-compat.c.o CMakeFiles/wsutil.dir/inet_addr.c.o CMakeFiles/wsutil.dir/interface.c.o CMakeFiles/wsutil.dir/jsmn.c.o CMakeFiles/wsutil.dir/mpeg-audio.c.o CMakeFiles/wsutil.dir/nstime.c.o CMakeFiles/wsutil.dir/cpu_info.c.o CMakeFiles/wsutil.dir/os_version_info.c.o CMakeFiles/wsutil.dir/privileges.c.o CMakeFiles/wsutil.dir/rsa.c.o CMakeFiles/wsutil.dir/sober128.c.o CMakeFiles/wsutil.dir/strnatcmp.c.o CMakeFiles/wsutil.dir/str_util.c.o CMakeFiles/wsutil.dir/strtoi.c.o CMakeFiles/wsutil.dir/report_message.c.o CMakeFiles/wsutil.dir/tempfile.c.o CMakeFiles/wsutil.dir/time_util.c.o CMakeFiles/wsutil.dir/type_util.c.o CMakeFiles/wsutil.dir/unicode-utils.c.o CMakeFiles/wsutil.dir/ws_mempbrk.c.o CMakeFiles/wsutil.dir/ws_pipe.c.o CMakeFiles/wsutil.dir/wsgcrypt.c.o CMakeFiles/wsutil.dir/wsjsmn.c.o CMakeFiles/wsutil.dir/xtea.c.o CMakeFiles/wsutil.dir/plugins.c.o CMakeFiles/wsutil.dir/cfutils.c.o CMakeFiles/wsutil.dir/ws_mempbrk_sse42.c.o -L/usr/local/Cellar/glib/2.58.1/lib -Wl,-rpath,/usr/local/Cellar/glib/2.58.1/lib -framework CoreFoundation -lgmodule-2.0 -lglib-2.0 -lintl /usr/local/lib/libglib-2.0.dylib /usr/local/lib/libgcrypt.dylib /usr/local/lib/libgpg-error.dylib /usr/lib/libz.dylib /usr/local/lib/libgnutls.dylib
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -pie -compatibility_version 9.0.0 -current_version 9.0.0 -o ../run/libwsutil.9.0.0.dylib -install_name /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/run/libwsutil.9.dylib CMakeFiles/wsutil.dir/adler32.c.o CMakeFiles/wsutil.dir/base32.c.o CMakeFiles/wsutil.dir/base64.c.o CMakeFiles/wsutil.dir/bitswap.c.o CMakeFiles/wsutil.dir/buffer.c.o CMakeFiles/wsutil.dir/clopts_common.c.o CMakeFiles/wsutil.dir/cmdarg_err.c.o CMakeFiles/wsutil.dir/copyright_info.c.o CMakeFiles/wsutil.dir/crash_info.c.o CMakeFiles/wsutil.dir/crc10.c.o CMakeFiles/wsutil.dir/crc16.c.o CMakeFiles/wsutil.dir/crc16-plain.c.o CMakeFiles/wsutil.dir/crc32.c.o CMakeFiles/wsutil.dir/crc6.c.o CMakeFiles/wsutil.dir/crc7.c.o CMakeFiles/wsutil.dir/crc8.c.o CMakeFiles/wsutil.dir/crc11.c.o CMakeFiles/wsutil.dir/dot11decrypt_wep.c.o CMakeFiles/wsutil.dir/eax.c.o CMakeFiles/wsutil.dir/filesystem.c.o CMakeFiles/wsutil.dir/frequency-utils.c.o CMakeFiles/wsutil.dir/g711.c.o CMakeFiles/wsutil.dir/glib-compat.c.o CMakeFiles/wsutil.dir/inet_addr.c.o CMakeFiles/wsutil.dir/interface.c.o CMakeFiles/wsutil.dir/jsmn.c.o CMakeFiles/wsutil.dir/mpeg-audio.c.o CMakeFiles/wsutil.dir/nstime.c.o CMakeFiles/wsutil.dir/cpu_info.c.o CMakeFiles/wsutil.dir/os_version_info.c.o CMakeFiles/wsutil.dir/privileges.c.o CMakeFiles/wsutil.dir/rsa.c.o CMakeFiles/wsutil.dir/sober128.c.o CMakeFiles/wsutil.dir/strnatcmp.c.o CMakeFiles/wsutil.dir/str_util.c.o CMakeFiles/wsutil.dir/strtoi.c.o CMakeFiles/wsutil.dir/report_message.c.o CMakeFiles/wsutil.dir/tempfile.c.o CMakeFiles/wsutil.dir/time_util.c.o CMakeFiles/wsutil.dir/type_util.c.o CMakeFiles/wsutil.dir/unicode-utils.c.o CMakeFiles/wsutil.dir/ws_mempbrk.c.o CMakeFiles/wsutil.dir/ws_pipe.c.o CMakeFiles/wsutil.dir/wsgcrypt.c.o CMakeFiles/wsutil.dir/wsjsmn.c.o CMakeFiles/wsutil.dir/xtea.c.o CMakeFiles/wsutil.dir/plugins.c.o CMakeFiles/wsutil.dir/cfutils.c.o CMakeFiles/wsutil.dir/ws_mempbrk_sse42.c.o -L/usr/local/Cellar/glib/2.58.1/lib -Wl,-rpath,/usr/local/Cellar/glib/2.58.1/lib -framework CoreFoundation -lgmodule-2.0 -lglib-2.0 -lintl /usr/local/lib/libglib-2.0.dylib /usr/local/lib/libgcrypt.dylib /usr/local/lib/libgpg-error.dylib /usr/lib/libz.dylib /usr/local/lib/libgnutls.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/randpkt_core.dir/randpkt_core.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/randpkt_core/randpkt_core.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/randpkt_core.dir/randpkt_core.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/randpkt_core/randpkt_core.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/alert_box.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/alert_box.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/alert_box.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/alert_box.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/capture.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/capture.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/capture.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/capture.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/capture_ui_utils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/capture_ui_utils.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/capture_ui_utils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/capture_ui_utils.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/commandline.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/commandline.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/commandline.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/commandline.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/console.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/console.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/console.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/console.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/decode_as_utils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/decode_as_utils.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/decode_as_utils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/decode_as_utils.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/dissect_opts.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/dissect_opts.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/dissect_opts.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/dissect_opts.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/export_object_ui.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/export_object_ui.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/export_object_ui.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/export_object_ui.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/export_pdu_ui_utils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/export_pdu_ui_utils.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/export_pdu_ui_utils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/export_pdu_ui_utils.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/help_url.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/help_url.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/help_url.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/help_url.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/failure_message.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/failure_message.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/failure_message.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/failure_message.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/file_dialog.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/file_dialog.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/file_dialog.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/file_dialog.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/filter_files.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/filter_files.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/filter_files.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/filter_files.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/firewall_rules.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/firewall_rules.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/firewall_rules.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/firewall_rules.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/iface_toolbar.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/iface_toolbar.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/iface_toolbar.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/iface_toolbar.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/iface_lists.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/iface_lists.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/iface_lists.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/iface_lists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/io_graph_item.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/io_graph_item.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/io_graph_item.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/io_graph_item.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/language.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/language.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/language.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/language.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/mcast_stream.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/mcast_stream.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/mcast_stream.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/mcast_stream.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/packet_list_utils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/packet_list_utils.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/packet_list_utils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/packet_list_utils.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/packet_range.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/packet_range.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/packet_range.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/packet_range.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/persfilepath_opt.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/persfilepath_opt.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/persfilepath_opt.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/persfilepath_opt.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/preference_utils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/preference_utils.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -fwrapv -fno-strict-overflow -Wno-overlength-strings -Wno-long-long -Wno-pointer-sign -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/preference_utils.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/preference_utils.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
clang called with: -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/local/opt/c-ares/include -isystem /usr/local/opt/libgcrypt/include -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/Cellar/pcre/8.42/include -isystem /usr/local/Cellar/glib/2.58.1/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.58.1/lib/glib-2.0/include -isystem /usr/local/opt/gnutls/include -isystem /usr/local/include -isystem /usr/local/opt/lua@5.1/include/lua-5.1 -isystem /usr/include/libxml2 -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma -Qunused-arguments -std=gnu99 -DNDEBUG -fPIC -o CMakeFiles/ui.dir/profile.c.o -c /tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui/profile.c
superenv removed: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wheader-guard -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Wshorten-64-to-32 -Werror=implicit -Wcomma
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDOC_DIR="/usr/local/Cellar/wireshark/2.6.5/share/doc/Wireshark" -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5 -I/tmp/wireshark-20181204-70209-1c48lj8/wireshark-2.6.5/ui -isystem /usr/local/opt/gettext/include -isystem /usr/loca
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment