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 Simplify idioms in usr.sbin/lpr Makefiles 2017-03-01 05:14:45 +00:00
filters.ru Simplify idioms in usr.sbin/lpr Makefiles 2017-03-01 05:14:45 +00:00
lp Add META_MODE support. 2015-06-13 19:20:56 +00:00
lpc Quiesce clang warning while building lpc. 2017-06-16 20:00:39 +00:00
lpd Simplify idioms in usr.sbin/lpr Makefiles 2017-03-01 05:14:45 +00:00
lpq Simplify idioms in usr.sbin/lpr Makefiles 2017-03-01 05:14:45 +00:00
lpr Simplify idioms in usr.sbin/lpr Makefiles 2017-03-01 05:14:45 +00:00
lprm Simplify idioms in usr.sbin/lpr Makefiles 2017-03-01 05:14:45 +00:00
lptest Simplify idioms in usr.sbin/lpr Makefiles 2017-03-01 05:14:45 +00:00
pac Simplify idioms in usr.sbin/lpr Makefiles 2017-03-01 05:14:45 +00:00
Makefile Add more SUBDIR_PARALLEL. 2015-09-26 14:13:51 +00:00
Makefile.inc Convert usr.sbin to LIBADD 2014-11-25 16:57:27 +00:00