Remove -Werror from libopkg CFLAGS.
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Fri, 4 Dec 2009 01:09:33 +0000 (01:09 +0000)
committergraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Fri, 4 Dec 2009 01:09:33 +0000 (01:09 +0000)
commitd69e232611da431a9f2b35d40a59d4e55dd0caba
treebc5b34b55af4bb70a3795cdd6e3e57d153fe7d52
parenta1b131545aeb67349b066c1eece7e9bae903574c
Remove -Werror from libopkg CFLAGS.

While I believe all warnings should be fixed, it is not possible to test opkg
on all systems with all compiler versions. Warnings for end users on such
systems should not cause build failure.

And with the addition of shave, warnings are really easy to see without -Werror.

git-svn-id: http://opkg.googlecode.com/svn/trunk@446 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
libopkg/Makefile.am