Skip to content

Commit

Permalink
Do not mark schema_tree_node_locator [[maybe_unused]] - Apply suggest…
Browse files Browse the repository at this point in the history
…ions from code review

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
junhaoliao and coderabbitai[bot] authored Nov 7, 2024
1 parent 7d1fa0e commit c675c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clp_ffi_js/ir/StructuredIrStreamReader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class IrUnitHandler {
* @return IRErrorCode::IRErrorCode_Success
*/
[[nodiscard]] auto handle_schema_tree_node_insertion(
[[maybe_unused]] clp::ffi::SchemaTree::NodeLocator schema_tree_node_locator
clp::ffi::SchemaTree::NodeLocator schema_tree_node_locator
) -> clp::ffi::ir_stream::IRErrorCode {
++m_current_node_id;

Expand Down

0 comments on commit c675c61

Please sign in to comment.