Date: Wed, 30 Dec 2020 05:38:16 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559639 - head/security/wpa_supplicant/files Message-ID: <202012300538.0BU5cGHb039714@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Wed Dec 30 05:38:16 2020 New Revision: 559639 URL: https://svnweb.freebsd.org/changeset/ports/559639 Log: Fix LLVM11 build. According to https://reviews.llvm.org/D75758, some software may require a pragma. Added: head/security/wpa_supplicant/files/patch-src_radius_radius__client.c (contents, props changed) Added: head/security/wpa_supplicant/files/patch-src_radius_radius__client.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/wpa_supplicant/files/patch-src_radius_radius__client.c Wed Dec 30 05:38:16 2020 (r559639) @@ -0,0 +1,10 @@ +--- src/radius/radius_client.c.orig 2019-08-07 06:25:25.000000000 -0700 ++++ src/radius/radius_client.c 2020-12-29 20:50:52.923004000 -0800 +@@ -814,6 +814,7 @@ + { + struct radius_client_data *radius = eloop_ctx; + struct hostapd_radius_servers *conf = radius->conf; ++#pragma GCC diagnostic ignored "-Wvoid-pointer-to-enum-cast" + RadiusType msg_type = (RadiusType) sock_ctx; + int len, roundtrip; + unsigned char buf[3000];
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012300538.0BU5cGHb039714>