changeset 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 3a0c1a24c03b
children d3929562b8e7
files arib25/Makefile arib25/src/arib_std_b25.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/arib25/Makefile	Sun Sep 13 03:05:31 2009 +0900
+++ b/arib25/Makefile	Sun Sep 13 11:48:40 2009 +0900
@@ -4,3 +4,5 @@
 clean:
 	cd src; make clean
 
+install:
+	cd src; make install
--- 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