Wireshark-commits: [Wireshark-commits] master 3485ad6: travis: fix macOS build.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 25 Apr 2020 21:08:33 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3485ad6d1c8417ec9c4501c0cb7badb07640d984
Submitter: "Dario Lombardo <lomato@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

3485ad6 by Dario Lombardo (lomato@xxxxxxxxx):

    travis: fix macOS build.
    
    Use the toolchain included with Command Line Tools instead of the one
    from Xcode.app. This fixes the build on macOS 10.14.6:
    
        FAILED: epan/crypt/CMakeFiles/crypt.dir/dot11decrypt_tkip.c.o
        /Applications/Xcode-11.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc ...
        ...
        /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_stdio.h:93:16: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
                unsigned char   *_base;
    
    Change-Id: I45d80dce1a0aca7a9f6a945171ebd8789314e924
    Link: https://www.wireshark.org/lists/wireshark-dev/202004/msg00065.html
    Reviewed-on: https://code.wireshark.org/review/36924
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    

Actions performed:

    from  5a854b8   DIS: dissector fix for Articulated Part VP records.
     add  3485ad6   travis: fix macOS build.


Summary of changes:
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)