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

Add appropriate inttypes.h headers to test files #83

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 22, 2021

  1. libmatroska2: add appropriate inttypes.h headers to test/mkvtree.c

    This was causing compilation errors on CentOS 7 with GCC 4.8.5 because of the use of PRIdPTR.
    glmdev authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    3af88cf View commit details
    Browse the repository at this point in the history
  2. libebml2: add appropriate inttypes.h headers to test/ebmltree.c

    This was causing compilation errors on CentOS 7 with GCC 4.8.5 due to the use of PRIdPTR.
    glmdev authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    477e2ae View commit details
    Browse the repository at this point in the history