dropwatch: Remove -Werror from CFLAGS
authorMarkos Chandras <markos.chandras@imgtec.com>
Thu, 17 Oct 2013 08:33:25 +0000 (09:33 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 22 Oct 2013 08:49:24 +0000 (10:49 +0200)
commitbc3cb0651cce4a911aed54de6e394d3e241ad0b8
tree42223837c33e2ed0f470daff0443e638f227b703
parent456b257e814d93080e171fd87d6a7189f6ee686f
dropwatch: Remove -Werror from CFLAGS

-Werror shouldn't be used in released code since it can
cause random build failures on moderate warnings. It also
depends on the used toolchain since different toolchains may
or may not print the same warnings.

Fixes the following build problem on MIPS64/n64:

main.c: In function handle_dm_alert_msg:
main.c:336:5: error: format %llx expects argument of
type long long unsigned int, but argument 4 has
type __u64 [-Werror=format=]

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/dropwatch/dropwatch-03-remove-werror.patch [new file with mode: 0644]