From 04eb6b3633808cbaf765a8876b4d953b80f3f42b Mon Sep 17 00:00:00 2001 From: russell Date: Fri, 4 Nov 2005 04:53:57 +0000 Subject: get rid of warning git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@806 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wcfxs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfxs.c b/wcfxs.c index 3a335e7..c59858f 100755 --- a/wcfxs.c +++ b/wcfxs.c @@ -636,7 +636,7 @@ static unsigned char wcfxs_getreg(struct wcfxs *wc, int card, unsigned char reg) static int __wait_access(struct wcfxs *wc, int card) { - unsigned char data; + unsigned char data = 0; long origjiffies; int count = 0; -- cgit v1.2.3