opnsense-src/sys/modules/qlxgbe
Andriy Gapon 9d663ff9d9 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
2017-03-07 15:43:49 +00:00
..
Makefile qlxgbe: add GCC_MS_EXTENSIONS to CFLAGS to make old base GCC happy 2017-03-07 15:43:49 +00:00