mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
fix two unused args warnings
This commit is contained in:
parent
fc787fad50
commit
fce302847f
1 changed files with 3 additions and 0 deletions
|
|
@ -36,11 +36,14 @@ void gtk_application_cleanup (void)
|
||||||
void
|
void
|
||||||
gtk_application_set_menu_bar (GtkMenuShell* menushell)
|
gtk_application_set_menu_bar (GtkMenuShell* menushell)
|
||||||
{
|
{
|
||||||
|
(void) menushell;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
gtk_application_add_app_menu_item (GtkApplicationMenuGroup* group, GtkMenuItem* item)
|
gtk_application_add_app_menu_item (GtkApplicationMenuGroup* group, GtkMenuItem* item)
|
||||||
{
|
{
|
||||||
|
(void) group;
|
||||||
|
(void) item;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue