Skip to content

Commit 8a60d4a

Browse files
albfsgsilverweed
authored andcommitted
[ntuple] Add [[maybe_unused]] to suppress warning
1 parent 32f264c commit 8a60d4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tree/ntupleutil/inc/ROOT/RNTupleInspector.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ public:
502502
/////////////////////////////////////////////////////////////////////////////
503503
/// \brief Print a string that represents the tree of the (sub)fields and columns of an RNTuple in a format which a
504504
/// performance profile visualizer can render
505-
void PrintSchemaProfile(ESchemaProfileFormat format, std::ostream &output = std::cout) const;
505+
void PrintSchemaProfile([[maybe_unused]] ESchemaProfileFormat format, std::ostream &output = std::cout) const;
506506
};
507507
} // namespace Experimental
508508
} // namespace ROOT

0 commit comments

Comments
 (0)