Removed warnings.

This commit is contained in:
Joel Sherrill
1999-03-31 22:59:13 +00:00
parent f4709895cd
commit 5cfcd7ec42

View File

@@ -368,7 +368,6 @@ inline unsigned short readCurrentTimer()
+--------------------------------------------------------------------------*/ +--------------------------------------------------------------------------*/
unsigned int clockbits(void) unsigned int clockbits(void)
{ {
int i_state;
unsigned int stat,count1, count; unsigned int stat,count1, count;
do do
@@ -399,10 +398,8 @@ Calibrate_loop_1ms(void)
{ {
unsigned int i; unsigned int i;
unsigned short loadedValue, offset; unsigned short loadedValue, offset;
unsigned int timerValue, t1_ref, t2_ref; unsigned int timerValue, t1_ref, t2_ref=0;
rtems_interrupt_level level; rtems_interrupt_level level;
unsigned short lsb, msb;
unsigned char status;
printk( "Calibrate_loop_1ms is starting, please wait ( but not too loooong. )\n" ); printk( "Calibrate_loop_1ms is starting, please wait ( but not too loooong. )\n" );