[PATCH][ARM] Fix control reached end of non-void function warning and boostrap

2013-11-11 Thread Kyrill Tkachov
Hi all, My patch last Friday introduced a warning about reaching the end of a non-void function which breaks bootstrap. On second thought, instead of breaking at the end of the comparisons handling, we should just return instead. Tested arm-none-eabi on qemu and checked the build log to make

Re: [PATCH][ARM] Fix control reached end of non-void function warning and boostrap

2013-11-11 Thread Ramana Radhakrishnan
On 11/11/13 13:48, Kyrill Tkachov wrote: Hi all, My patch last Friday introduced a warning about reaching the end of a non-void function which breaks bootstrap. On second thought, instead of breaking at the end of the comparisons handling, we should just return instead. Tested arm-none-eabi on