changeset 214:2399181ad7d9 src

kill one gcc warning
author mroi
date Tue, 07 Oct 2003 14:53:29 +0000
parents 9e50e0ed65bc
children b8a17ff7f989
files nav_read.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nav_read.c	Tue Sep 16 14:51:02 2003 +0000
+++ b/nav_read.c	Tue Oct 07 14:53:29 2003 +0000
@@ -96,6 +96,8 @@
   return result;
 }
 
+#if 0  /* TODO: optimized versions not yet used */
+
 /* WARNING: This function can only be used on a byte boundary.
             No checks are made that we are in fact on a byte boundary.
  */
@@ -120,6 +122,8 @@
   return result;
 }
 
+#endif
+
 void navRead_PCI(pci_t *pci, unsigned char *buffer) {
   int32_t i, j;
   getbits_state_t state;