freebsd-dev/usr.sbin/lpr
Sean Bruno 4c26331158 Quiesce clang warning while building lpc.
usr.sbin/lpr/lpc/lpc.c
  Warning
    passing 'char *[20]' to parameter of type 'const char **' discards
    qualifiers in nested pointer types
    [-Wincompatible-pointer-types-discards-qualifiers]
  Fix:
     Explicitly cast the variable "margv" to const char ** only for it's
     use as a parameter to suppress the error

Submitted by:	Aaron Prieger <aprieger@llnw.com>
Sponsored by:	Limelight Networks
Differential Revision:	https://reviews.freebsd.org/D11019
2017-06-16 20:00:39 +00:00
..
chkprintcap Fixes to chkprintcap: 2017-03-20 22:36:28 +00:00
common_source lpr(1): small bounds check with reallocarray(3). 2017-03-07 19:30:22 +00:00
filters
filters.ru
lp
lpc Quiesce clang warning while building lpc. 2017-06-16 20:00:39 +00:00
lpd
lpq
lpr
lprm
lptest
pac
Makefile
Makefile.inc