Is this a normal error that will happen with just a blank method? I used a custom Makefile btw.
case MODE: //mode is just an enum stackoverflow
printf("");
char temp = '5';
CSftp.c:335:9: error: expected expression char temp = '5';
deleting printf(""); causes the error to appear. Or is this a sympton from a problem far away.