package/xen: Disable Werror checking
authorAlistair Francis <alistair.francis@xilinx.com>
Thu, 8 Dec 2016 22:46:59 +0000 (14:46 -0800)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 9 Dec 2016 19:08:29 +0000 (20:08 +0100)
commitc7bfb682081bfaf90dfc451baa1e9a4bb129cd4f
treef1de7b7c7a0f8e9f43200421826ece19c2517920
parent97c02f65cb1866a590159c699081173decd6bed3
package/xen: Disable Werror checking

The strict unused-const-variable checking was causing autobuilder errors
when trying to build Xen tools/libxl as the migrate_*[] arrays are not
always accessed.

To avoid the error edit the Makefile to stop all general warnings being treated
as errors, by removing the -Werror flag.

Fixes:
  http://autobuild.buildroot.net/results/0e0/0e0d4aa4a05da5804821951289c0a4049b009c61/

Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/xen/0003-tools-libxl-Disable-strict-Werror-checking.patch [new file with mode: 0644]