X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=blobdiff_plain;f=vob_list.cpp;h=a8c3e0766848f54db1bd27c4a82b21fb41f0e043;hp=f9b304dc2ca90e8cc09382a06d9ef81422d15962;hb=HEAD;hpb=c5f98ff303d670f72a5d491a5f4e1989d2043219 diff --git a/vob_list.cpp b/vob_list.cpp index f9b304d..a8c3e07 100644 --- a/vob_list.cpp +++ b/vob_list.cpp @@ -2,6 +2,7 @@ // 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;