Date: Sat, 11 Mar 2017 15:16:55 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r315068 - head/sys/modules/qlxgbe Message-ID: <201703111516.v2BFGtkn006959@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: avg Date: Sat Mar 11 15:16:55 2017 New Revision: 315068 URL: https://svnweb.freebsd.org/changeset/base/315068 Log: revert r314862, use of GCC_MS_EXTENSIONS in qlxgbe Commit r278913 made explicit use of GCC_MS_EXTENSIONS unnecessary. Requested by: glebius Modified: head/sys/modules/qlxgbe/Makefile Modified: head/sys/modules/qlxgbe/Makefile ============================================================================== --- head/sys/modules/qlxgbe/Makefile Sat Mar 11 14:25:14 2017 (r315067) +++ head/sys/modules/qlxgbe/Makefile Sat Mar 11 15:16:55 2017 (r315068) @@ -43,9 +43,6 @@ SRCS+= ql_minidump.c SRCS+= device_if.h bus_if.h pci_if.h -# Uses unnamed structure and union fields -CFLAGS+= ${GCC_MS_EXTENSIONS} - #CFLAGS += -DQL_DBG # Please turn off QL_LDFLASH_FW when you enable QL_ENABLE_ISCSI_TLV # You may comment out both QL_LDFLASH_FW and QL_ENABLE_ISCSI_TLV if you like
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703111516.v2BFGtkn006959>