HomeFreeBSD

qlxgbe: add GCC_MS_EXTENSIONS to CFLAGS to make old base GCC happy

Description

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

Details

Provenance
avgAuthored on
Parents
rS314861: Implement time_is_after_eq_jiffies() function in the LinuxKPI.
Branches
Unknown
Tags
Unknown