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

Clean wdeprecated-copy warnings and others #1568

Merged
merged 4 commits into from
Apr 18, 2021
Merged

Commits on Apr 18, 2021

  1. Configuration menu
    Copy the full SHA
    3570de0 View commit details
    Browse the repository at this point in the history
  2. cmake: Treat xmpsdk headers as system ones

    This is done so that when we use EXIV2_TEAM_EXTRA_WARNINGS we do not get
    warnings about XMPSDK (we do not want to deal with those)
    piponazo committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    3d05325 View commit details
    Browse the repository at this point in the history
  3. Fix warnings EXIV2_TEAM_EXTRA_WARNINGS

    Most of the warnings fixed were:
    - Hiding of local variables
    - Hiding of globals
    - Useless casts
    - Conversions between float/double
    piponazo committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    a19f5cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab2c997 View commit details
    Browse the repository at this point in the history