//in struct i have fixed32 *frame_out; //I init this like so fixed32 frameout[MAX_CHANNELS*BLOCK_MAX_SIZE*2]; ... s->frame_out = frameout; //this produces the warning "wmadeci.c:593: error: incompatible types in assignment"