[OpenWrt-Devel] odhcp6c compile failure

2012-12-21 Thread Daniel Golle
Hi! compiling odhcp6c fails on OpenWrt: /home/public/source/openwrt/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/odhcp6c-2012-11-29/src/script.c: In function 'script_unhexlify': /home/public/source/openwrt/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/odhcp6c-2012-11-29/src/script.c:61:3:

Re: [OpenWrt-Devel] odhcp6c compile failure

2012-12-21 Thread David Woodhouse
On Fri, 2012-12-21 at 15:37 +0200, Daniel Golle wrote: So yes, the condition in the while-loop will always be false, as *src is of type char* which is identical to uint8_t, at least on my target platform (arm_v5te). I'm too lazy to get all the way into what is actually supposed to happen