Commit Graph

7 Commits

Author SHA1 Message Date
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
c0336ed4bb Apply clang-format 2018-03-07 01:17:50 +01:00
0e15c74103 Move everything into namespace TagParser 2018-03-06 23:09:15 +01:00
817a8e25e6 Improve documentation and consistency 2016-08-04 00:16:19 +02:00
488fce3ab8 parsing AVC config 2016-02-17 20:19:05 +01:00
aa50c2d8b3 fixed includes 2015-09-06 19:57:33 +02:00
033e313c74 First commit 2015-04-22 19:22:01 +02:00