K 10 svn:author V 3 avg K 8 svn:date V 27 2017-03-11T15:21:34.855343Z K 7 svn:log V 381 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. This is a direct commit as the change is not required in head. Approved by: davidcs END