X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=blobdiff_plain;f=vob_list.cpp;h=a8c3e0766848f54db1bd27c4a82b21fb41f0e043;hp=086e1a032138f3e399a868c2bdc2a65af99b2b79;hb=HEAD;hpb=c13714f6498df33e02635421354f5fb88a60eb3d diff --git a/vob_list.cpp b/vob_list.cpp index 086e1a0..a8c3e07 100644 --- a/vob_list.cpp +++ b/vob_list.cpp @@ -1,7 +1,8 @@ -// Copyright 2006 Ben Hutchings . +// Copyright 2006 Ben Hutchings . // See the file "COPYING" for licence details. #include +#include #include #include @@ -120,7 +121,7 @@ namespace } void end_element_handler(void * user_data, - const char * name) + const char * /*name*/) { parse_context & context = *static_cast(user_data); --context.level;