提交 3a5aa8e4 编写于 作者: R Rich Felker

fix unused variable warnings

上级 b367ab15
......@@ -56,7 +56,7 @@ typedef Elf64_Phdr Phdr;
void __init_tls(size_t *aux)
{
unsigned char *p, *mem;
size_t n, d;
size_t n;
Phdr *phdr, *tls_phdr=0;
size_t base = 0;
......
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册