aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-06-05 01:52:49 -0700
committerChris Robinson <[email protected]>2013-06-05 01:52:49 -0700
commita371de080b01d9ea9dc38dd386b5903f7e4d8282 (patch)
tree2d6ad48f76bf1580430d0d6aa3dbd2bf7ab2d047 /Alc/ALc.c
parent0e0f70b2888c23debeefd80603f8c6f0c1ad4880 (diff)
Silence some clang warnings
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 396692ab..d26d5430 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -859,7 +859,6 @@ static void alc_initconfig(void)
size_t len;
const char *next = str;
- i = 0;
do {
str = next;
next = strchr(str, ',');