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

db-4.8.nix: add -Wno-format-security if hostPlatform.isStatic #170753

Closed
wants to merge 1 commit into from
Closed

db-4.8.nix: add -Wno-format-security if hostPlatform.isStatic #170753

wants to merge 1 commit into from

Commits on Apr 28, 2022

  1. db-4.8.nix: add -Wno-format-security if hostPlatform.isStatic

    Without this commit, pkgsStatic.db48 fails to build with:
    
      ../dist/../crypto/aes_method.c: In function '__aes_err':
      ../dist/../crypto/aes_method.c:270:2: error: format not a string literal and no format arguments [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-security-Werror=format-security8;;]
         270 |  __db_errx(env, errstr);
             |  ^~~~~~~~~
    Adam Joseph committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    c5ad257 View commit details
    Browse the repository at this point in the history