superiotool: Don't compile with -Werror
authorMathias Krause <mathias.krause@secunet.com>
Wed, 9 Mar 2011 10:37:16 +0000 (11:37 +0100)
committerPatrick Georgi <patrick@georgi-clan.de>
Wed, 14 Sep 2011 05:43:33 +0000 (07:43 +0200)
commit14b67f716da16bc132f3e564b0c06c2c9c565753
tree311a18ac5c0500e93bc62d2e304206abee94300a
parent9beb5df3c4c35ddefa35742633a7876852065fae
superiotool: Don't compile with -Werror

Older libpci version have headers using 'long long' which isn't allowed
in ANSI C. Since we cannot control the libpci version installed in the
system nor in generall have complete control over system headers, simply
skip using -Werror in our makefile.

Change-Id: Ibc1e57bef033bf4971f4108d078222dcf168d5e3
Signed-off-by: Mathias Krause <mathias.krause@secunet.com>
Reviewed-on: http://review.coreboot.org/210
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marcj303@gmail.com>
util/superiotool/Makefile