stupid sun

This commit is contained in:
rsc 2005-01-14 18:32:36 +00:00
parent 5a2171b2e8
commit d7925b13e3
7 changed files with 17 additions and 14 deletions

View file

@ -432,9 +432,11 @@ int BZ_API(BZ2_bzDecompress) ( bz_stream *strm )
}
}
/*
AssertH ( 0, 6001 );
return 0; /*NOTREACHED*/
return 0;
*/
}

View file

@ -211,7 +211,7 @@ int BZ_API(BZ2_bzRead)
}
return 0; /*not reached*/
/* return 0; not reached*/
}