diff options
author | not-a-robot <not-a-robot@rediger.net> | 2016-04-20 15:01:17 +0200 |
---|---|---|
committer | not-a-robot <not-a-robot@rediger.net> | 2016-04-20 15:01:17 +0200 |
commit | 2139f78c71a9ebfcfad27d8e7d5b6689d95aee78 (patch) | |
tree | 2b53b6de094d63613af6850e3bfe5a06af0a0daa /net.c | |
parent | 1b8ed38843319e17c54021a3b2a9b496159ebdcb (diff) | |
parent | 8a5fdf0c9eeefa7bdaac3af9ae21018ad9c2c23d (diff) |
Auto merge of #409 - xor-gate:fix-shadow-in-test, r=badboy
test.c: Fix shadowed name with typedef when compiling with -Wshadow
Fixes:
```
/data/files/users/jerry/github/hiredis/test.c: In function 'test_free_null':
/data/files/users/jerry/github/hiredis/test.c:331:11: warning: declaration of 'redisContext' shadows a global declaration [-Wshadow]
void *redisContext = NULL;
^
In file included from /data/files/users/jerry/github/hiredis/test.c:13:0:
/data/files/users/jerry/github/hiredis/hiredis.h:161:3: note: shadowed declaration is here
} redisContext;
^
```
Diffstat (limited to 'net.c')
0 files changed, 0 insertions, 0 deletions