mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
gnuapl: Fix build
One instance of this error/warning comes up during the build. According to the comment in the code they know what they are doing, so this can be ignored.
This commit is contained in:
parent
4e4869b92b
commit
c16380b5b4
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
||||
"-Wno-error=class-memaccess"
|
||||
"-Wno-error=restrict"
|
||||
"-Wno-error=format-truncation"
|
||||
# Needed with GCC 10
|
||||
"-Wno-error=maybe-uninitialized"
|
||||
]) ++ optional stdenv.cc.isClang "-Wno-error=null-dereference");
|
||||
|
||||
patchPhase = lib.optionalString stdenv.isDarwin ''
|
||||
|
Loading…
Reference in New Issue
Block a user