> @@ -5158,6 +5173,9 @@ print_uge_deleg_perms(uu_avl_t *who_avl, boolean_t 
> local, boolean_t descend,
>                               case ZFS_DELEG_EVERYONE:
>                                       who = gettext("everyone");
>                                       who_name = NULL;
> +
> +                             default:
> +                                     break;

are there valid unhandled enum values here? Is ignoring them the right thing to 
do?


---
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/56/files#r49884087
_______________________________________________
developer mailing list
[email protected]
http://lists.open-zfs.org/mailman/listinfo/developer

Reply via email to