[Swan-commit] Changes to ref refs/heads/master

Antony Antony antony at vault.libreswan.fi
Fri Jun 21 13:01:42 UTC 2019


New commits:
commit 3d351bd113a685300d2e963d53410334f48e0c1b
Author: Antony Antony <antony at phenome.org>
Date:   Fri Jun 21 12:56:41 2019 +0000

    ip_endpoint: fix error: missing braces around initializer -Werror=missing-braces
    
    Lets begin with this fix. May be someone else has a better idea.
    
    /home/build/libreswan/testing/ipcheck/ip_endpoint_check.c: In function 'check_sockaddr_as_endpoint':
    /home/build/libreswan/testing/ipcheck/ip_endpoint_check.c:103:3: error: missing braces around initializer [-Werror=missing-braces]
       } sa = {0};
       ^
    /home/build/libreswan/testing/ipcheck/ip_endpoint_check.c:103:3: error: (near initialization for 'sa.sa') [-Werror=missing-braces]
    cc1: all warnings being treated as errors
    
    seems to be compiler specific issue.
    https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119



More information about the Swan-commit mailing list