gPXE: build with NO_WERROR=1
authorH. Peter Anvin <hpa@zytor.com>
Thu, 9 Oct 2008 19:03:25 +0000 (12:03 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 9 Oct 2008 19:03:25 +0000 (12:03 -0700)
commit9c0f1e3384ede0c83c834ed0e8c57435223c57a1
tree98aa4791c5aa386e620a80864c53d532e38e660f
parenta40e933b79efe6349151092b3080d2547a9f69b9
gPXE: build with NO_WERROR=1

-Werror is great for development, but is really bad for production
where one may encounter a number of different toolchains.  This causes
diagnostic warnings to get promoted to build failures.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
gpxe/Makefile