Home | History | Annotate | Download | only in wiconfig
History log of /src/usr.sbin/wiconfig/Makefile
RevisionDateAuthorComments
 1.9  03-Jun-2023  lukem bsd.own.mk: rename GCC_NO_* to CC_WNO_*

Rename compiler-warning-disable variables from
GCC_NO_warning
to
CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.
 1.8  13-Oct-2019  mrg introduce some common variables for use in GCC warning disables:

GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8)

use these to turn off warnings for most GCC-8 complaints. many
of these are false positives, most of the real bugs are already
commited, or are yet to come.


we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."
 1.7  15-Jun-2016  riastradh branches: 1.7.16;
Kill another strict aliasing violation.
 1.6  10-Aug-2012  joerg Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply
to Clang. Add a few cases of HAVE_LLVM for -fno-strict-aliasing.
 1.5  20-Jun-2011  mrg branches: 1.5.2;
remove most of the remaining HAVE_GCC tests that are always true in
the modern world.
 1.4  29-Aug-2008  gmcgarry branches: 1.4.18;
Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.
 1.3  11-May-2006  mrg branches: 1.3.20;
use -fno-strict-aliasing with GCC4.
 1.2  23-Jul-1999  thorpej branches: 1.2.6;
Clean this up.
 1.1  14-Jul-1999  sommerfeld Utility to configure wi* 802.11 driver
 1.2.6.2  10-May-2000  he Pull up revisions 1.1-1.2 (requested by jhawk):
Add a driver for ``wi'', Lucent "Orinoco"/Wavelan.
 1.2.6.1  23-Jul-1999  he file Makefile was added on branch netbsd-1-4 on 2000-05-10 19:29:02 +0000
 1.3.20.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.4.18.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.5.2.1  30-Oct-2012  yamt sync with head
 1.7.16.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed