summaryrefslogtreecommitdiffstats
path: root/src/xmlgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlgen.cpp')
-rw-r--r--src/xmlgen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlgen.cpp b/src/xmlgen.cpp
index 4962334..5bb7226 100644
--- a/src/xmlgen.cpp
+++ b/src/xmlgen.cpp
@@ -895,9 +895,9 @@ class XMLGenerator : public OutputDocInterface
{
XML_DB(("(endSectionRefList)\n"));
}
- void writeCodeAnchor(const char *anchor)
+ void writeCodeAnchor(const char *)
{
- XML_DB(("(writeCodeAnchor(%s))\n",anchor));
+ XML_DB(("(writeCodeAnchor)\n"));
}
// Generator specific functions