Branch: Tag:

2020-11-01

2020-11-01 13:30:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler [Typechecker]: Fix some C-compiler warnings.

4357:    tmp2 = remap_markers(a->cdr, NULL, remap, remap_flags);    }    break; +  default: +  /* Make the C-compiler happy. */ +  break;    }       type_stack_mark();
4414:    remap_flags ^ PT_FLAG_REMAP_SWAP_MARKERS);    }    break; +  default: +  /* Make the C-compiler happy. */ +  break;    }       type_stack_mark();