diff --git a/include/flxml/print.h b/include/flxml/print.h index 5bd1239..ba172bd 100644 --- a/include/flxml/print.h +++ b/include/flxml/print.h @@ -127,7 +127,7 @@ namespace flxml // Print attributes of the node template - inline OutIt print_attributes(OutIt out, const optional_ptr> node, int flags) + inline OutIt print_attributes(OutIt out, const optional_ptr> node, int) { for (auto attribute = node->first_attribute(); attribute; attribute = attribute->next_attribute()) {