Home | History | Annotate | only in /src/usr.sbin/spray
History log of /src/usr.sbin/spray
RevisionDateAuthorComments
 1.6 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.5 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.4 30-Aug-1996  thorpej branches: 1.4.110;
RCS id police.
 1.3 08-Apr-1996  jtc Add to DPADD for each library in LDADD; Reported by Mike Long <mike.long@analog.com> in PR #2301.
 1.2 11-Jul-1995  jtc spray(8) manpage, from Jim Jegers.
Expanded and edited by myself.
 1.1 03-Dec-1993  jtc My reimplementation of spray(8).
 1.4.110.1 13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.7 26-Jun-2003  wiz Remove superfluous .Ek.
 1.6 02-Feb-2002  wiz Drop a superfluous .Pp.
 1.5 19-Jan-2002  wiz Whitespace nits.
 1.4 22-Mar-1999  garbled More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages. Many more to
come.
 1.3 17-Oct-1997  lukem WARNSify
 1.2 30-Aug-1996  thorpej RCS id police.
 1.1 11-Jul-1995  jtc spray(8) manpage, from Jim Jegers.
Expanded and edited by myself.
 1.7 30-Aug-2011  joerg static + ANSIfy + __dead
 1.6 18-Apr-2009  lukem Fix -Wsign-compare issue
 1.5 17-Oct-1997  lukem branches: 1.5.54;
WARNSify
 1.4 30-Aug-1996  thorpej RCS id police.
 1.3 23-Dec-1994  cgd cast, to quiet compiler.
 1.2 29-Jan-1994  jtc Fix spelling error in Copyright notice
 1.1 03-Dec-1993  jtc My reimplementation of spray(8).
 1.5.54.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

RSS XML Feed