mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 20:23:39 +00:00
412e823f29
This fails for me: > compressed_output.cc:320:20: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security] > gold_warning(_("not compressing section data: zlib error")); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > ./system.h:40:20: note: expanded from macro '_' > # define _(String) gettext (String) > ^~~~~~~~~~~~~~~~ > compressed_output.cc:320:20: note: treat the string as an argument to avoid this > gold_warning(_("not compressing section data: zlib error")); > ^ > "%s", > ./system.h:40:20: note: expanded from macro '_' > # define _(String) gettext (String) ^ Disabling format hardening should hopefully be harmless here. If it's a problem we can also make it conditional. /cc @Ericson2314 |
||
---|---|---|
.. | ||
arduino | ||
beam-modules | ||
bower-modules/generic | ||
compilers | ||
coq-modules | ||
dotnet-modules/patches | ||
em-modules/generic | ||
go-modules | ||
guile-modules | ||
haskell-modules | ||
idris-modules | ||
interpreters | ||
java-modules | ||
libraries | ||
lisp-modules | ||
lua-modules | ||
misc | ||
mobile | ||
node-packages | ||
ocaml-modules | ||
perl-modules | ||
pharo | ||
pure-modules | ||
python-modules | ||
r-modules | ||
ruby-modules | ||
tools | ||
web |