changeset 222:446279fc556a

fix warning on mips32
author Louis Opter <kalessin@kalessin.fr>
date Thu, 06 Aug 2015 23:43:07 -0700
parents f5ad25edc077
children ff35ea8532ca
files add_tag_and_untag.patch series
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/add_tag_and_untag.patch	Thu Aug 06 02:55:57 2015 -0700
+++ b/add_tag_and_untag.patch	Thu Aug 06 23:43:07 2015 -0700
@@ -1,5 +1,5 @@
 # HG changeset patch
-# Parent  a4ff67d866644b2bf11abb7030d1f4ce8c6b0988
+# Parent  17be115f97424618760345b8372bd788a27dd4a0
 Add initial support for tag (grouping) and untag (ungrouping)
 
 It's a bit rough without an auto-retry mechanism and it doesn't seem to work
@@ -2483,7 +2483,7 @@
 +    if (bulb->last_light_state_at < now) {
 +        errx(
 +            1, "got bulb->last_light_state_at %ju (expected >= %ju)",
-+            bulb->last_light_state_at, (uintmax_t)now
++            (uintmax_t)bulb->last_light_state_at, (uintmax_t)now
 +        );
 +    }
 +
--- a/series	Thu Aug 06 02:55:57 2015 -0700
+++ b/series	Thu Aug 06 23:43:07 2015 -0700
@@ -9,5 +9,5 @@
 fix_lifx_wire_float_endian_functions_naming.patch
 ignore_pcaps.patch
 fix_unused_unused_attribute.patch
-properly_encode_packets_payload.patch
+properly_encode_packets_payload.patch #-skip
 relax_timings.patch