freebsd-ports/net/pecl-smbclient
Po-Chuan Hsieh 983d161bf1
net/pecl-smbclient: Fix build warning on i386
/wrkdirs/usr/ports/net/pecl-smbclient/work-php81/smbclient-1.1.1/smbclient.c:1205:52: warning: format specifies type 'long' but the argument has type 'zend_long' (aka 'int') [-Wformat]
                php_error(E_WARNING, "Negative byte count: %ld", count);
                                                           ~~~   ^~~~~
                                                           %d
/wrkdirs/usr/ports/net/pecl-smbclient/work-php81/smbclient-1.1.1/smbclient.c:1256:52: warning: format specifies type 'long' but the argument has type 'zend_long' (aka 'int') [-Wformat]
                php_error(E_WARNING, "Negative byte count: %ld", count);
                                                           ~~~   ^~~~~
                                                           %d
2 warnings generated.
2023-09-06 04:46:28 +08:00
..
files net/pecl-smbclient: Fix build warning on i386 2023-09-06 04:46:28 +08:00
distinfo
Makefile
pkg-descr