Skip to content

Commit

Permalink
Merge #592: jade: pass -Wno-array-parameter to simulator build
Browse files Browse the repository at this point in the history
0bc75a4 jade: pass -Wno-array-parameter to simulator build (Jamie C. Driver)

Pull request description:

  For #574

ACKs for top commit:
  achow101:
    ACK 0bc75a4

Tree-SHA512: 7d4c9442e58c1251dddf85721bc765bb015f67c12ea5de4caa36aafc05a0be8aa3c7d3679903ba2101f23fdde718cd97f8aba328d4bf4b1d2407ba65309a0c34
  • Loading branch information
achow101 committed May 6, 2022
2 parents ed62dda + 0bc75a4 commit 8ab80eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/setup_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@ if [[ -n ${build_jade} ]]; then
--disable-gtk \
--disable-vhost-scsi \
--disable-qom-cast-debug \
--disable-tpm
--disable-tpm \
--extra-cflags=-Wno-array-parameter
else
cd qemu
git fetch
Expand Down

0 comments on commit 8ab80eb

Please sign in to comment.