K 10 svn:author V 6 brooks K 8 svn:date V 27 2020-07-09T17:12:22.180144Z K 7 svn:log V 371 MFC r362979: Fix a -Wvoid-pointer-to-enum-cast warning missed in r359978. This pattern is used in callbacks with void * data arguments and seems both relatively uncommon and relatively harmless. Silence the warning by casting through uintptr_t. This warning is on by default in Clang 11. Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D24425 END