Commit 5b4206f9 authored by Davis King's avatar Davis King

Suppress compiler warnings

parent f18f753c
......@@ -610,7 +610,7 @@ public:
) { }
virtual void start_element (
const unsigned long line_number,
const unsigned long /*line_number*/,
const std::string& name,
const dlib::attribute_list& atts
)
......@@ -668,7 +668,7 @@ public:
}
virtual void end_element (
const unsigned long line_number,
const unsigned long /*line_number*/,
const std::string& name
)
{
......@@ -693,9 +693,9 @@ public:
}
virtual void processing_instruction (
const unsigned long line_number,
const std::string& target,
const std::string& data
const unsigned long /*line_number*/,
const std::string& /*target*/,
const std::string& /*data*/
)
{
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment