diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2009-04-18 09:59:42 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2009-04-18 09:59:42 +0000 |
commit | f11969015a0932e9ec3f10d5439fa855eab0e4ce (patch) | |
tree | 58f65b60e6fc0ee79104a144a12687e79f807a48 /docs | |
parent | f1b820e5fc95cdb7d1c9d03297b71d74ff92ca32 (diff) |
Avoid compiler warning about unused argument.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/htmltitle.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/htmltitle.cc b/docs/examples/htmltitle.cc index de7ff0339..b02895f4c 100644 --- a/docs/examples/htmltitle.cc +++ b/docs/examples/htmltitle.cc @@ -142,6 +142,7 @@ static void StartElement(void *voidContext, context->title = ""; context->addTitle = true; } + (void) attributes; } // |