Skip to content
Snippets Groups Projects
mio's avatar
mio authored
Fix `-Wint-conversion` error on 32-bit arches.

```
../src/gxr-context.c: In function '_destroy_session':
../src/gxr-context.c:626:17: error: assignment to 'XrSession' {aka 'long
long unsigned int'} from 'void *' makes integer from pointer without a
cast [-Wint-conversion]
  626 |   self->session = NULL;
      |                 ^
```
e8eee65a
History
Name Last commit Last update
..
APKBUILD
gcc14.patch