Skip to content

Commit

Permalink
lapiz-document-output-stream: add G_GNUC_UNUSED in unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Jun 2, 2024
1 parent 0960b9f commit 582273b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lapiz/lapiz-document-output-stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ lapiz_document_output_stream_flush (GOutputStream *stream,

static gboolean
lapiz_document_output_stream_close (GOutputStream *stream,
GCancellable *cancellable,
GCancellable *cancellable G_GNUC_UNUSED,
GError **error)
{
LapizDocumentOutputStream *ostream = LAPIZ_DOCUMENT_OUTPUT_STREAM (stream);
Expand Down

0 comments on commit 582273b

Please sign in to comment.