summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-10-21 23:50:07 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-10-21 23:50:07 +0000
commitb9f9695be795e41214fe1623e4b30f7b24269c17 (patch)
tree67a179e862b7c2276847af2e3cf06031850b81bc
parent9fd0f4620b0232c6ac3a67fe7515116a2e3620ba (diff)
silence compiler warning
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@797 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xwctdm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wctdm.c b/wctdm.c
index d1e5049..690d28a 100755
--- a/wctdm.c
+++ b/wctdm.c
@@ -671,7 +671,7 @@ static unsigned char wctdm_getreg(struct wctdm *wc, int card, unsigned char reg)
static int __wait_access(struct wctdm *wc, int card)
{
- unsigned char data;
+ unsigned char data = 0;
long origjiffies;
int count = 0;