John Baldwin 0163de282e libsa: Disable -Wdangling-pointer for zfs.c.
GCC 12 warns about a dangling pointer to 'objid' in
zfs_bootenv_initial().  However, this appears to be a false positive
as the pointer to 'objid' is only passed to zfs_lookup_dataset() but
not saved anywhere that outlives the lifetime of the
zfs_bootenv_initial() function.

Reviewed by:	imp, emaste
Differential Revision:	https://reviews.freebsd.org/D37533
2022-12-04 16:27:22 -08:00
..
2022-07-15 12:00:49 -06:00
2022-12-04 13:52:22 -07:00
2022-12-04 13:31:06 -07:00
2022-11-30 15:30:34 -07:00
2022-11-30 15:30:33 -07:00
2021-12-10 11:05:31 -07:00
2021-12-10 11:05:31 -07:00
2022-07-30 05:01:47 -06:00