In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278085 Kevin Bowling changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kbowling@freebsd.org --- Comment #2 from Kevin Bowling --- (In reply to Keith Reynolds from comment #1) on CURRENT, where this must land first, it generates a build error: /usr/src/sys/dev/qlnx/qlnxe/qlnx_os.c:7081:56: error: cast from 'const char= *' to 'char *' drops const qualifier [-Werror,-Wcast-qual] 7081 | rc =3D qlnx_set_ucast_rx_mac(ha, ECORE_FILTER_REPLA= CE, LLADDR(sdl)); | = ^ /usr/src/sys/net/if_dl.h:68:29: note: expanded from macro 'LLADDR' 68 | #define LLADDR(s) ((caddr_t)((s)->sdl_data + (s)->sdl_nlen)) | --=20 You are receiving this mail because: You are the assignee for the bug.=