aboutsummaryrefslogtreecommitdiff
path: root/src/env/__stack_chk_fail.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-11-01 22:58:17 -0400
committerRich Felker <dalias@aerifal.cx>2012-11-01 22:58:17 -0400
commit3a5aa8e49ce9a98725ceb311bb64f6168fc72d3e (patch)
tree3a9d1c90b94149b7538135423e0bbe2fe28fefd3 /src/env/__stack_chk_fail.c
parentavoid breakage if somebody wrongly defines empty feature test macros (diff)
downloadgrovel-3a5aa8e49ce9a98725ceb311bb64f6168fc72d3e.tar.gz
grovel-3a5aa8e49ce9a98725ceb311bb64f6168fc72d3e.tar.xz
fix unused variable warnings
Diffstat (limited to 'src/env/__stack_chk_fail.c')
-rw-r--r--src/env/__stack_chk_fail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/env/__stack_chk_fail.c b/src/env/__stack_chk_fail.c
index 3e2e4b6d..031a1ed7 100644
--- a/src/env/__stack_chk_fail.c
+++ b/src/env/__stack_chk_fail.c
@@ -8,7 +8,6 @@ uintptr_t __stack_chk_guard;
void __init_ssp(void *entropy)
{
- size_t i;
pthread_t self = __pthread_self_init();
uintptr_t canary;
if (entropy) memcpy(&canary, entropy, sizeof canary);