dect
/
asterisk
Archived
13
0
Fork 0

Fix compilation warnings (found with dev-mode)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@138412 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2008-08-16 13:07:08 +00:00
parent c2d44c866a
commit 4bbd698565
1 changed files with 4 additions and 2 deletions

View File

@ -12000,8 +12000,10 @@ retry:
static int setup_dahdi(int reload);
static int dahdi_restart(void)
{
int i, j, cancel_code;
#if defined(HAVE_PRI)
int i, j;
#endif
int cancel_code;
struct dahdi_pvt *p;
ast_mutex_lock(&restart_lock);