Skip to content

Commit

Permalink
lapiz-document-input-stream: add G_GNUC_UNUSED in unused parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Jun 2, 2024
1 parent b766d12 commit 0960b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lapiz/lapiz-document-input-stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@ lapiz_document_input_stream_read (GInputStream *stream,

static gboolean
lapiz_document_input_stream_close (GInputStream *stream,
GCancellable *cancellable,
GError **error)
GCancellable *cancellable G_GNUC_UNUSED,
GError **error G_GNUC_UNUSED)
{
LapizDocumentInputStream *dstream = LAPIZ_DOCUMENT_INPUT_STREAM (stream);

Expand Down

0 comments on commit 0960b9f

Please sign in to comment.