NetBSD/usr.sbin/altq/libaltq
lukem c4b7a9e794 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.
2023-06-03 09:09:01 +00:00
..
Makefile bsd.own.mk: rename GCC_NO_* to CC_WNO_* 2023-06-03 09:09:01 +00:00
altq_qop.h fix various small typos, mainly in comments. 2022-05-22 11:27:33 +00:00
parser.c libaltq: allow longer config lines 2021-07-14 08:33:05 +00:00
qop.c
qop_blue.c
qop_blue.h
qop_cbq.c libaltq, cbq: convert ns_per_byte to ps_per_byte 2021-07-21 06:36:33 +00:00
qop_cbq.h libaltq, cbq: convert ns_per_byte to ps_per_byte 2021-07-21 06:36:33 +00:00
qop_cdnr.c
qop_cdnr.h
qop_conf.c
qop_dummy.c
qop_errlist.c
qop_fifoq.c
qop_fifoq.h
qop_hfsc.c fix various typos in comment, documentation and log messages. 2022-05-24 20:50:17 +00:00
qop_hfsc.h
qop_jobs.c
qop_jobs.h
qop_priq.c
qop_priq.h
qop_red.c
qop_red.h
qop_rio.c
qop_rio.h
qop_wfq.c
qop_wfq.h
quip_server.c
quip_server.h