Skip to content

Commit

Permalink
lapiz-commands-documents: add G_GNUC_UNUSED in unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Jun 1, 2024
1 parent d4bbb4e commit db1e719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lapiz/lapiz-commands-documents.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#include "lapiz-debug.h"

void
_lapiz_cmd_documents_previous_document (CtkAction *action,
_lapiz_cmd_documents_previous_document (CtkAction *action G_GNUC_UNUSED,
LapizWindow *window)
{
CtkNotebook *notebook;
Expand Down

0 comments on commit db1e719

Please sign in to comment.