Skip to content

Commit

Permalink
avoid "unused variable" warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mbunkus authored and robUx4 committed Dec 28, 2023
1 parent 0391375 commit 8b6c24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebml/EbmlElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ class EBML_DLL_API EbmlElement {
return true;
}

static bool WriteAll(const EbmlElement &elt) {
static bool WriteAll(const EbmlElement &) {
return true;
}

Expand Down

0 comments on commit 8b6c24e

Please sign in to comment.