Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot compile #72

Open
Slonik opened this issue Jan 13, 2023 · 0 comments
Open

Cannot compile #72

Slonik opened this issue Jan 13, 2023 · 0 comments

Comments

@Slonik
Copy link

Slonik commented Jan 13, 2023

Ubuntu 22.04, make

util/mp4art.cpp: In member function ‘virtual bool mp4v2::util::ArtUtility::utility_option(int, bool&)’:
util/mp4art.cpp:380:14: error: narrowing conversion of ‘mp4v2::util::ArtUtility::LC_ART_ANY’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
  380 |         case LC_ART_ANY:
      |              ^~~~~~~~~~
util/mp4art.cpp:384:14: error: narrowing conversion of ‘mp4v2::util::ArtUtility::LC_ART_INDEX’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
  384 |         case LC_ART_INDEX:
      |              ^~~~~~~~~~~~
util/mp4art.cpp:393:14: error: narrowing conversion of ‘mp4v2::util::ArtUtility::LC_LIST’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
  393 |         case LC_LIST:
      |              ^~~~~~~
util/mp4art.cpp:397:14: error: narrowing conversion of ‘mp4v2::util::ArtUtility::LC_ADD’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
  397 |         case LC_ADD:
      |              ^~~~~~
util/mp4art.cpp:404:14: error: narrowing conversion of ‘mp4v2::util::ArtUtility::LC_REMOVE’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
  404 |         case LC_REMOVE:
      |              ^~~~~~~~~
util/mp4art.cpp:408:14: error: narrowing conversion of ‘mp4v2::util::ArtUtility::LC_REPLACE’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
  408 |         case LC_REPLACE:
      |              ^~~~~~~~~~
util/mp4art.cpp:415:14: error: narrowing conversion of ‘mp4v2::util::ArtUtility::LC_EXTRACT’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
  415 |         case LC_EXTRACT:
      |              ^~~~~~~~~~
make: *** [GNUmakefile:1348: util/mp4art.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant