libomxil-bellagio: fix build with gcc10

This commit is contained in:
luc65r 2020-06-08 12:14:17 +02:00 committed by Frederik Rietdijk
parent b1b3ca7907
commit 9544382a41

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
# Fix for #40213, probably permanent, because upstream doesn't seem to be
# developed anymore. Alternatively, gcc7Stdenv could be used.
NIX_CFLAGS_COMPILE = "-Wno-error=array-bounds";
NIX_CFLAGS_COMPILE = "-Wno-error=array-bounds -Wno-error=stringop-overflow=8";
meta = with stdenv.lib; {
homepage = "https://sourceforge.net/projects/omxil/";