Mercurial > pt1
diff arib25/src/arib_std_b25.c @ 56:521d796003b2
small build fixes
- added install rule to arib25 top level makefile
- suppress warning in compilation of arib_std_b25.c
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Sun, 13 Sep 2009 11:48:40 +0900 |
parents | 080414aa8f21 |
children | ec7c87854f2f |
line wrap: on
line diff
--- a/arib25/src/arib_std_b25.c Sun Sep 13 03:05:31 2009 +0900 +++ b/arib25/src/arib_std_b25.c Sun Sep 13 11:48:40 2009 +0900 @@ -408,7 +408,7 @@ static uint8_t *resync(uint8_t *head, uint8_t *tail, int32_t unit); static uint8_t *resync_force(uint8_t *head, uint8_t *tail, int32_t unit); -static uint32_t crc32(uint8_t *head, uint8_t *tail); +/* static uint32_t crc32(uint8_t *head, uint8_t *tail); */ /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ interface method implementation