qlxgbe: add GCC_MS_EXTENSIONS to CFLAGS to make old base GCC happy
authoravg <avg@FreeBSD.org>
Tue, 7 Mar 2017 15:43:49 +0000 (15:43 +0000)
committeravg <avg@FreeBSD.org>
Tue, 7 Mar 2017 15:43:49 +0000 (15:43 +0000)
commit7d12d970a5ae6f226f0807b28d2f0a7a8ad7834c
treecab802d3439f894a21cbfd6ffddfbb2848caa8da
parentf2edf2f23dec26ffa29387204b4623badac382f8
qlxgbe: add GCC_MS_EXTENSIONS to CFLAGS to make old base GCC happy

The module uses unnamed structure and union fields and base GCC in
stable/10 doesn't like it.
I think that that is a C11 feature, so it is courteous of more modern
compilers to not complain about it when compiling in C99 mode.

Approved by: davidcs
MFC after: 5 days
sys/modules/qlxgbe/Makefile