HomeFreeBSD

net/tcpview: Permanently fix LLVM15 errors

Description

net/tcpview: Permanently fix LLVM15 errors

Fix int-conversion errors flagged by LLVM15.

detail-domain.c:573:13: error: incompatible pointer to integer conversion
returning 'void *' from a function with result type 'int' [-Wint-conversion]

return NULL;
       ^~~~

/usr/include/sys/_null.h:34:14: note: expanded from macro 'NULL'

^~~~~~~~~~~

Details

Provenance
cyAuthored on Feb 15 2023, 5:20 AM
Parents
R11:e88ae745ad30: net/tcpview: Pet portclippy
Branches
Unknown
Tags
Unknown