Home | History | Annotate | Download | only in msgs
History log of /src/usr.bin/msgs/Makefile
RevisionDateAuthorComments
 1.12  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.11  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.10  03-Feb-2010  roy branches: 1.10.46;
Userland now builds and uses terminfo instead of termcap.

OK: core@, jdc@
 1.9  05-Feb-1998  christos Use -ltermcap instead of -ltermlib
 1.8  19-Oct-1997  lukem don't define WARNS=1 here
 1.7  14-Oct-1997  lukem WARNSify, use <termcap.h>
 1.6  28-Sep-1995  tls Sync with 4.4BSD-Lite2
 1.5  23-May-1994  cgd need -lcompat
 1.4  26-Oct-1993  jtc Remove ${LIBCOMPAT} from DPADD --- it was removed from LDADD a long time ago.
 1.3  31-Jul-1993  mycroft Add RCS indentifiers.
 1.2  09-Apr-1993  cgd doesn't need -lcompat
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  28-Sep-1995  tls imported from 44lite2
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.10.46.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed