X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcd%2Fcell_map.c;fp=Pico%2Fcd%2Fcell_map.c;h=4100064b24956ba951b26fd3f4171b97e7f0714e;hb=4ff2d52753e46bce5622a5935f3d3750b5848f8f;hp=5358a090cc216f53f7fca62c5aa7bf8ee4839301;hpb=66fdc0f0d590809fb0040d08fd57607bf80b1abc;p=picodrive.git diff --git a/Pico/cd/cell_map.c b/Pico/cd/cell_map.c index 5358a09..4100064 100644 --- a/Pico/cd/cell_map.c +++ b/Pico/cd/cell_map.c @@ -28,7 +28,7 @@ static unsigned int cell_map(int celln) row = celln & 0x1f; row |= (celln & 0x7800) >> 6; break; - default: // just to make compiler happy + default: // never happens, only here to make compiler happy col = row = 0; break; }