K 10 svn:author V 3 avg K 8 svn:date V 27 2017-03-07T15:43:49.551164Z K 7 svn:log V 335 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 END