Skip to content

Commit c724639

Browse files
committed
fix build
1 parent c262333 commit c724639

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/odr/internal/ooxml/spreadsheet/ooxml_spreadsheet_document.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ class ElementAdapter final : public abstract::ElementAdapter,
489489

490490
[[nodiscard]] AnchorType
491491
frame_anchor_type(const ElementIdentifier element_id) const override {
492+
(void)element_id;
492493
return AnchorType::at_page;
493494
}
494495
[[nodiscard]] std::optional<std::string>

0 commit comments

Comments
 (0)