freebsd-dev/cddl/sbin
John Baldwin 9a93b6cf3d zfs: Disable -Wunused-variable for environ in main in zfs_main.c.
There is an extern declaration of the global variable environ (which
has no portable header that defines it) that is unused on FreeBSD due
to zfs_setproctitle_init() being a stub.

Reviewed by:	emaste
Reported by:	GCC
Differential Revision:	https://reviews.freebsd.org/D38231
2023-01-30 09:31:19 -08:00
..
tests
zfs zfs: Disable -Wunused-variable for environ in main in zfs_main.c. 2023-01-30 09:31:19 -08:00
zpool pkgbase: Put zfs utilities and lib in their own package 2022-10-26 19:46:30 +02:00
Makefile cddl/*: add a WITH(OUT)_DTRACE option 2022-07-06 14:03:48 +01:00
Makefile.inc