diff options
author | not-a-robot <not-a-robot@rediger.net> | 2016-04-20 15:52:12 +0200 |
---|---|---|
committer | not-a-robot <not-a-robot@rediger.net> | 2016-04-20 15:52:12 +0200 |
commit | cec13a9c4670fd245d876d8c54348bd9612c4a17 (patch) | |
tree | 88d83fbb5b4d9cdbc627513f60b7410a2045229c /CHANGELOG.md | |
parent | 36bddcf6ed31c9ce4fa3f1b6b88275a801d78bc1 (diff) | |
parent | 9317a74ae5524d68c62fc7cabdb37a1b5e9a8ae1 (diff) |
Auto merge of #407 - xor-gate:fix-wundef-warning, r=badboy
fmacros.h: Fix warning when compiled with -Wundef
When compiling with the flag `-Wundef` the following warning is emitted:
```
[ 40%] Building C object CMakeFiles/hiredis-STATIC.dir/read.c.o
In file included from /data/files/users/jerry/github/hiredis/read.c:33:0:
/data/files/users/jerry/github/hiredis/fmacros.h:17:5: warning: "__APPLE__" is not defined [-Wundef]
#if __APPLE__ && __MACH__
^
In file included from /usr/include/string.h:25:0,
from /data/files/users/jerry/github/hiredis/read.c:34:
```
Diffstat (limited to 'CHANGELOG.md')
0 files changed, 0 insertions, 0 deletions