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-06-27 23:50:31 -04:00
2024-08-19 14:26:08 -07:00
2024-08-19 14:26:08 -07:00
2024-08-05 08:54:10 -07:00
2024-08-13 10:52:50 -07:00
2024-07-20 12:39:18 -04:00
2024-08-09 22:09:23 -04:00
2024-08-11 18:00:13 -04:00
2024-08-16 17:13:49 -04:00
2024-07-27 09:06:52 -07:00
2024-08-05 08:54:10 -07:00
2024-08-05 08:54:10 -07:00
2024-08-09 09:56:47 -07:00
2024-06-24 11:49:15 -07:00
2024-07-19 10:21:34 +00:00
2024-07-26 20:59:14 -07:00
2024-08-18 08:25:44 -07:00
2024-01-27 11:07:21 -08:00
2024-06-03 21:33:29 +00:00
2024-08-15 12:56:04 -07:00
2024-07-26 20:59:14 -07:00
2024-08-06 10:12:25 -07:00
2024-07-26 20:59:14 -07:00
2024-08-16 11:16:05 -07:00
2024-08-05 09:02:28 -07:00
2024-07-29 14:45:03 -07:00
2024-08-05 10:39:33 -07:00
2024-08-15 13:33:06 -07:00
2024-01-01 13:15:26 -08:00
2024-08-18 20:53:55 -04:00
2024-01-01 13:15:26 -08:00
2024-05-16 10:22:15 -07:00
2024-07-26 20:59:14 -07:00
2024-07-10 00:48:18 -07:00
2024-07-10 00:48:18 -07:00
2024-08-05 09:02:28 -07:00
2024-08-11 06:59:10 -07:00
2024-07-26 20:59:14 -07:00
2024-03-07 06:58:43 -08:00
2024-01-01 13:15:26 -08:00
2024-01-01 13:15:26 -08:00
2024-08-08 10:11:39 +00:00
2024-05-29 10:30:31 -07:00
2024-07-26 20:59:14 -07:00
2024-07-26 20:59:14 -07:00
2024-07-27 09:35:22 -07:00
2024-08-05 09:02:28 -07:00