Jan Engelhardt
92c4734666
Resolve build failures in pipewire code
g++-13 complains:
```
SDL_pipewire.c:129:42: warning: assignment to "struct pw_main_loop *
(*)(struct pw_main_loop *)" from incompatible pointer type "struct
pw_main_loop * (*)(const struct spa_dict *)"
[-Wincompatible-pointer-types]
129 | #define SDL_PIPEWIRE_SYM(x) PIPEWIRE_##x = x
SDL_pipewire.c:148:5: note: in expansion of macro "SDL_PIPEWIRE_SYM"
148 | SDL_PIPEWIRE_SYM(pw_main_loop_new);
```
g++-14 complains:
```
SDL_pipewire.c:129:42: error: assignment to "struct pw_main_loop *
(*)(const struct pw_main_loop *)" from incompatible pointer type
"struct pw_main_loop * (*)(const struct spa_dict *)"
[-Wincompatible-pointer-types]
```
2024-08-19 14:26:08 -07:00
..
2024-07-29 10:40:10 -07:00
2024-08-05 08:54:10 -07:00
2024-07-24 13:37:40 -07:00
2024-06-15 01:08:12 -04:00
2024-08-05 08:54:10 -07:00
2024-06-15 01:08:12 -04:00
2024-08-05 08:54:10 -07:00
2024-06-15 01:08:12 -04:00
2024-06-15 01:08:12 -04:00
2024-07-28 07:22:46 -07:00
2024-06-15 01:08:12 -04:00
2024-06-15 01:08:12 -04:00
2024-07-29 10:40:10 -07:00
2024-08-19 14:26:08 -07:00
2024-06-15 01:08:12 -04:00
2024-06-15 01:08:12 -04:00
2024-07-28 07:22:46 -07:00
2024-07-03 14:38:33 -04:00
2024-08-05 08:54:10 -07:00
2024-06-15 01:08:12 -04:00
2024-07-24 13:37:40 -07:00
2024-01-01 13:15:26 -08:00
2024-01-01 13:15:26 -08:00
2024-08-08 15:05:37 -07:00
2024-07-26 20:59:14 -07:00
2024-01-01 13:15:26 -08:00
2024-08-05 08:54:10 -07:00
2024-07-10 15:43:57 -04:00
2024-07-10 15:43:57 -04:00
2024-07-17 14:09:11 -07:00
2024-01-01 13:15:26 -08:00
2024-04-15 11:47:18 -10:00
2024-06-12 02:29:39 +02:00
2024-07-29 08:05:36 -07:00
2024-08-05 08:54:10 -07:00
2024-01-01 13:15:26 -08:00