buildrootschalter/package/dropwatch
Markos Chandras bc3cb0651c 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>
2013-10-22 10:49:24 +02:00
..
Config.in Config.in files: unify comments of toolchain option dependencies 2013-10-14 22:45:57 +02:00
dropwatch-01-build.patch dropwatch: fix build failure with binutils 2.23.1+ 2013-08-01 17:18:00 +02:00
dropwatch-02-binutils-2.23.1.patch dropwatch: fix build failure with binutils 2.23.1+ 2013-08-01 17:18:00 +02:00
dropwatch-03-remove-werror.patch dropwatch: Remove -Werror from CFLAGS 2013-10-22 10:49:24 +02:00
dropwatch.mk change package tarball compression to xz whenever possible 2013-09-08 22:44:23 +02:00