mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Fix more -Wincompatible-pointer-types
c10154ad23 showed the direction but was not correct and insufficient
for building with Fedora 40 and gcc 14.0.1 .
This commit is contained in:
parent
c10154ad23
commit
a2bb1a3511
8 changed files with 8 additions and 8 deletions
|
|
@ -662,7 +662,7 @@ lookup_immodule (gchar **immodules_list)
|
|||
gboolean found;
|
||||
gchar *context_id;
|
||||
found = g_hash_table_lookup_extended (contexts_hash, *immodules_list,
|
||||
&context_id, NULL);
|
||||
(void**)&context_id, NULL);
|
||||
if (found)
|
||||
return context_id;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue