Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 2017 13:44:50 +1100 (EST)
From:      Bruce Evans <brde@optusnet.com.au>
To:        Andriy Gapon <avg@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org,  svn-src-head@freebsd.org
Subject:   Re: svn commit: r315068 - head/sys/modules/qlxgbe
Message-ID:  <20170312124945.C4483@besplex.bde.org>
In-Reply-To: <201703111516.v2BFGtkn006959@repo.freebsd.org>
References:  <201703111516.v2BFGtkn006959@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 11 Mar 2017, Andriy Gapon wrote:

> Log:
>  revert r314862, use of GCC_MS_EXTENSIONS in qlxgbe
>
>  Commit r278913 made explicit use of GCC_MS_EXTENSIONS  unnecessary.
>
>  Requested by:	glebius

Does this module actually use ms extensions?  This seems unlikely, since
only gcc supports them.

My kernels compile correctly with the correct CFLAGS (gcc -std=gnu99
-fno-ms-extensions).

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170312124945.C4483>