svn commit: r315068 - head/sys/modules/qlxgbe
Andriy Gapon
avg at FreeBSD.org
Sat Mar 11 15:16:56 UTC 2017
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
More information about the svn-src-head
mailing list