diff options
author | Matt Turner <mattst88@gmail.com> | 2024-12-16 22:38:24 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2024-12-16 22:41:47 -0500 |
commit | bdacb100bf6a551bc9045f7f0048cbb99eb3db5a (patch) | |
tree | 480423710aa91ba90bf608856103d011a251571f /.gitlab-ci/check-ddx-build.sh | |
parent | 00a96cd82a7be08f421dcbe3aa628fdbc7c8d856 (diff) |
```
../hw/xfree86/common/xf86sbusBus.c: In function ‘xf86SbusConfigureNewDev’:
../hw/xfree86/common/xf86sbusBus.c:751:21: error: passing argument 1 of ‘XNFasprintf’ from incompatible pointer type [-Wincompatible-pointer-types]
751 | XNFasprintf(&GDev->busID, "SBUS:%s", promPath);
| ^~~~~~~~~~~~
| |
| const char **
```
Apply the same fix as in commit e1e01d2e3 ("xfree86/common: Warning
fixes. Mostly const string handling.")
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1751>
Diffstat (limited to '.gitlab-ci/check-ddx-build.sh')
0 files changed, 0 insertions, 0 deletions