Clear compiler warnings. (Stefan Dirsch)

This commit is contained in:
Alan Coopersmith 2005-07-30 18:56:32 +00:00
parent 9e9f9cb487
commit fd84b3b562

View File

@ -1,3 +1,5 @@
/* $XdotOrg: $ */
#ifdef HAVE_XORG_CONFIG_H #ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h> #include <xorg-config.h>
#endif #endif
@ -366,6 +368,7 @@ static int FI1236_get_afc_hint(FI1236Ptr f)
if(AFC==1)return TUNER_JUST_ABOVE; if(AFC==1)return TUNER_JUST_ABOVE;
return TUNER_OFF; return TUNER_OFF;
} }
return TUNER_OFF;
} }
static int MT2032_get_afc_hint(FI1236Ptr f) static int MT2032_get_afc_hint(FI1236Ptr f)