test: fix compilation with newer SDCC
authorAlan Cox <alan@linux.intel.com>
Fri, 13 Oct 2017 19:30:22 +0000 (20:30 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 13 Oct 2017 19:30:22 +0000 (20:30 +0100)
commit41f4a7015fd197a46f52d8454884a8bb023db32f
treed2f7c97e4e720157628c9c023e5478e6d9c31035
parent585ac460100ca1614a49691eb8c031c1abc02d98
test: fix compilation with newer SDCC

void * and function types don't mix in strict interpretations of C (think about
split I/D for one)

Patch from Philipp Klaus Krause.
Applications/MWC/cmd/test.c