]> git.ozlabs.org Git - ccan/commitdiff
opt: fix warnings in test, fix endian assumptions.
authorRusty Russell <rusty@rustcorp.com.au>
Sun, 14 Aug 2011 00:35:41 +0000 (10:05 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Sun, 14 Aug 2011 00:35:41 +0000 (10:05 +0930)
In particular, handing an pointer to ULL where a pointer to UL is expected
won't work on big endian.


No differences found