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

libtool: Workaround for issue on clang64 and some debug code. Clang warns a… #2624

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 30, 2021

  1. Workaround for issue on clang64 and some debug code. Clang warns and …

    …will sometimes generate an error if the format string is not not a litteral constant ( -Wformat-nonliteral ). That causes some packages to fail to compile. Note that this warning is correct but I consider it harmless in libtool since it is used by libraries for testing and debuggng. libtool really should be properly fixed for this.
    JPeterMugaas committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    69137a7 View commit details
    Browse the repository at this point in the history