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

Fix -Wformat error in TiffDecode #5305

Merged
merged 2 commits into from Mar 11, 2021

Commits on Mar 3, 2021

  1. Fix -Wformat error in TiffDecode

    src/libImaging/TiffDecode.c: In function ‘_tiffReadProc’:
    src/libImaging/TiffDecode.c:59:58: error: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘toff_t’ {aka ‘long unsigned int’} [-Werror=format=]
    src/libImaging/TiffDecode.c:59:67: error: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘toff_t’ {aka ‘long unsigned int’} [-Werror=format=]
    lukegb committed Mar 3, 2021
    Copy the full SHA
    852fd17 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Updated format specifiers

    radarhere committed Mar 10, 2021
    Copy the full SHA
    68b655f View commit details
    Browse the repository at this point in the history