summaryrefslogtreecommitdiff
path: root/xpp/astribank_allow.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-20 06:02:41 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-20 06:02:41 +0000
commit4f7b1c9b4599c5c1f239664dd43bbe8e0f8aca0f (patch)
tree1103cdfae1f0eae772fb8ab3f2753b021eada849 /xpp/astribank_allow.c
parenta3cbc4621b11dc8b62c52ff430178e3803295090 (diff)
xpp: fix build warnings
Unlike original: also fixed fpga_load. Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=10543 git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/branches/2.5@10546 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'xpp/astribank_allow.c')
-rw-r--r--xpp/astribank_allow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/astribank_allow.c b/xpp/astribank_allow.c
index 39b7521..8f1ea92 100644
--- a/xpp/astribank_allow.c
+++ b/xpp/astribank_allow.c
@@ -142,7 +142,7 @@ int main(int argc, char *argv[])
return 1;
}
if (do_write) {
- int used_marker;
+ unsigned int used_marker;
/* update capabilities based on input file */
file = stdin;
if (filename) {