svn commit: r443909 - head/emulators/rpcs3/files

Jan Beich jbeich at FreeBSD.org
Mon Jun 19 21:06:56 UTC 2017


Author: jbeich
Date: Mon Jun 19 21:06:54 2017
New Revision: 443909
URL: https://svnweb.freebsd.org/changeset/ports/443909

Log:
  emulators/rpcs3: restore patch comment

Modified:
  head/emulators/rpcs3/files/patch-3rdparty_hidapi_libusb_hid.c   (contents, props changed)

Modified: head/emulators/rpcs3/files/patch-3rdparty_hidapi_libusb_hid.c
==============================================================================
--- head/emulators/rpcs3/files/patch-3rdparty_hidapi_libusb_hid.c	Mon Jun 19 21:02:19 2017	(r443908)
+++ head/emulators/rpcs3/files/patch-3rdparty_hidapi_libusb_hid.c	Mon Jun 19 21:06:54 2017	(r443909)
@@ -1,3 +1,11 @@
+3rdparty/hidapi/libusb/hid.c:458:18: warning: passing 'const char **' to parameter of type 'char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers]
+        res = iconv(ic, &inptr, &inbytes, &outptr, &outbytes);
+                        ^~~~~~
+/usr/local/include/iconv.h:85:43: note: passing argument to parameter 'inbuf' here
+extern size_t iconv (iconv_t cd,  char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft);
+                                          ^
+1 warning generated.
+
 --- 3rdparty/hidapi/libusb/hid.c.orig	2017-04-29 01:03:27 UTC
 +++ 3rdparty/hidapi/libusb/hid.c
 @@ -397,7 +397,7 @@ static wchar_t *get_usb_string(libusb_device_handle *d


More information about the svn-ports-all mailing list