diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-12-01 10:23:04 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-12-01 13:59:04 +0100 |
commit | cfb775aa0d83b99439b33974efeae0e7ed431354 (patch) | |
tree | 60f4a3d3b11f2085c37fc1b1c89b95210af1d96d /perl-install/standalone/fileshareset | |
parent | 047af8e25d0d4827ac6dd80db8ff47944c93f067 (diff) | |
download | drakx-cfb775aa0d83b99439b33974efeae0e7ed431354.tar drakx-cfb775aa0d83b99439b33974efeae0e7ed431354.tar.gz drakx-cfb775aa0d83b99439b33974efeae0e7ed431354.tar.bz2 drakx-cfb775aa0d83b99439b33974efeae0e7ed431354.tar.xz drakx-cfb775aa0d83b99439b33974efeae0e7ed431354.zip |
gcc8 workarounds
Before previous commit, compiling with gcc8 would have need:
-Wno-error=format-overflow -Wno-error=format-security
But now, only -Wno-error=format-truncation is needed.
rationale:
gcc bogusly complains about snprintf() being unsafe. See:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77721
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78969
Diffstat (limited to 'perl-install/standalone/fileshareset')
0 files changed, 0 insertions, 0 deletions