libpciaccess: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Sep 30 01:38:03 UTC 2023


 src/hurd_pci.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 6cd5a4afbb70868c7746de8d50dea59e02e9acf2
Author: Flavio Cruz <flaviocruz at gmail.com>
Date:   Wed Jun 28 01:02:34 2023 -0400

    Fix compilation warnings when building against hurd-amd64.
    
    Passes mach_msg_type_number_t instead of size_t which have different
    sizes. Example warning:
    
    /hurd_pci.c:101:53: warning: passing argument 3 of 'pci_get_dev_regions' from incompatible pointer type [-Wincompatible-pointer-types]
      101 |     err = pci_get_dev_regions(d->device_port, &buf, &size);
          |                                                     ^~~~~
          |                                                     |
          |                                                     size_t * {aka long unsigned int *}



More information about the xorg-commit mailing list