diff options
Diffstat (limited to 'src/libtools/auxval.c')
| -rwxr-xr-x | src/libtools/auxval.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libtools/auxval.c b/src/libtools/auxval.c index a038f2dd..82c6fd35 100755 --- a/src/libtools/auxval.c +++ b/src/libtools/auxval.c @@ -23,6 +23,8 @@ static uintptr_t* auxval_start = NULL; int init_auxval(int argc, const char **argv, const char **env) { + (void)argc; (void)argv; + // auxval vector is after envs... while(*env) env++; @@ -56,4 +58,4 @@ unsigned long real_getauxval(unsigned long type) // p+=2; // } // return 0; -//} \ No newline at end of file +//} |