clean up warnings
authorDavid Schleef <ds@schleef.org>
Fri, 7 Jun 2002 19:53:57 +0000 (19:53 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 7 Jun 2002 19:53:57 +0000 (19:53 +0000)
comedi/drivers/contec_pci_dio.c
comedi/drivers/mite.c

index b6afd0c30b7c5d773a760f395e8e8ce5463b83ca..c4892ea65c5495e1bff693434e6d231473b5089a 100644 (file)
@@ -100,10 +100,12 @@ static int contec_di_insn_bits(comedi_device *dev,comedi_subdevice *s,
 static int contec_do_insn_bits(comedi_device *dev,comedi_subdevice *s,
        comedi_insn *insn,lsampl_t *data);
 
+#if 0
 static int contec_cmdtest(comedi_device *dev,comedi_subdevice *s,
        comedi_cmd *cmd);
 
 static int contec_ns_to_timer(unsigned int *ns,int round);
+#endif
 
 static int contec_attach(comedi_device *dev,comedi_devconfig *it)
 {
index 70cacc029783f15833e28d261112cfab94a5c717..a3447dcff19104337c31ee844cec5501285276f3 100644 (file)
@@ -154,7 +154,7 @@ void mite_cleanup(void)
 
 void mite_unsetup(struct mite_struct *mite)
 {
-       unsigned long offset, start, length;
+       //unsigned long offset, start, length;
 
        if(!mite)return;