From: Rusty Russell Date: Sun, 14 Aug 2011 00:35:41 +0000 (+0930) Subject: opt: fix warnings in test, fix endian assumptions. X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=abde990702b6d6c3739edf85578af8529608ade5;hp=abde990702b6d6c3739edf85578af8529608ade5;p=ccan opt: fix warnings in test, fix endian assumptions. In particular, handing an pointer to ULL where a pointer to UL is expected won't work on big endian. ---