tagparser/matroska
Martchus 0a640c9f7f Fix warnings, mostly about implicit int conversions
This should fix all non-erros, leaving only warnings which
are indeed potential problems.

The following warnings should be safe to ignore:

* Conversions of various offsets from uint64 to
  std::streamoff/int64 are safe because such offsets have
  been obtained via tellg() and other functions
  returning std::streamoff in the first place.
* It also works vice-versa since tellg() should not
  return negative offsets with exceptions enabled.
* Conversions from char to unsigned char are also ok.
* Unused diag arguments can be ignored (those might be
  useful later).
* Annotate all intended fallthoughs.
2018-06-02 23:04:53 +02:00
..
ebmlelement.cpp Fix warnings, mostly about implicit int conversions 2018-06-02 23:04:53 +02:00
ebmlelement.h Apply clang-format 2018-03-07 01:17:50 +01:00
ebmlid.h Apply clang-format 2018-03-07 01:17:50 +01:00
matroskaattachment.cpp Fix warnings, mostly about implicit int conversions 2018-06-02 23:04:53 +02:00
matroskaattachment.h Apply clang-format 2018-03-07 01:17:50 +01:00
matroskachapter.cpp Apply clang-format 2018-03-07 01:17:50 +01:00
matroskachapter.h Apply clang-format 2018-03-07 01:17:50 +01:00
matroskacontainer.cpp Fix warnings, mostly about implicit int conversions 2018-06-02 23:04:53 +02:00
matroskacontainer.h Apply clang-format 2018-03-07 01:17:50 +01:00
matroskacues.cpp Fix warnings, mostly about implicit int conversions 2018-06-02 23:04:53 +02:00
matroskacues.h Apply clang-format 2018-03-07 01:17:50 +01:00
matroskaeditionentry.cpp Apply clang-format 2018-03-07 01:17:50 +01:00
matroskaeditionentry.h Apply clang-format 2018-03-07 01:17:50 +01:00
matroskaid.cpp Apply clang-format 2018-03-07 01:17:50 +01:00
matroskaid.h Apply clang-format 2018-03-07 01:17:50 +01:00
matroskaseekinfo.cpp Fix warnings, mostly about implicit int conversions 2018-06-02 23:04:53 +02:00
matroskaseekinfo.h Apply clang-format 2018-03-07 01:17:50 +01:00
matroskatag.cpp Fix warnings, mostly about implicit int conversions 2018-06-02 23:04:53 +02:00
matroskatag.h Apply clang-format 2018-03-07 01:17:50 +01:00
matroskatagfield.cpp Fix warnings, mostly about implicit int conversions 2018-06-02 23:04:53 +02:00
matroskatagfield.h Don't clear field before parsing by default 2018-03-11 22:27:12 +01:00
matroskatagid.cpp Apply clang-format 2018-03-07 01:17:50 +01:00
matroskatagid.h Apply clang-format 2018-03-07 01:17:50 +01:00
matroskatags.dtd Test parsing and rewriting nested Mkv tags 2017-05-19 00:05:57 +02:00
matroskatrack.cpp Fix warnings, mostly about implicit int conversions 2018-06-02 23:04:53 +02:00
matroskatrack.h Apply clang-format 2018-03-07 01:17:50 +01:00