fix unused variable warnings
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Vendored
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user