mirror of
https://git.savannah.gnu.org/git/gnuboot.git
synced 2025-02-05 14:34:15 +01:00
Do not treat warnings as errors when building flashrom. This fixes build failure with newer versions of GCC.
This commit is contained in:
parent
9938fa14b1
commit
15209c3895
1 changed files with 1 additions and 1 deletions
|
@ -36,5 +36,5 @@ printf "Building flashrom\n"
|
|||
(
|
||||
cd "flashrom/"
|
||||
make clean
|
||||
make -j$(nproc)
|
||||
make WARNERROR=no -j$(nproc)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue