projecteru / redis-cerberus

Redis Cluster Proxy
MIT License
352 stars 82 forks source link

Make compatible with gcc7.x #45

Closed baiwfg2 closed 6 years ago

baiwfg2 commented 6 years ago

Signed-off-by: cshi baiwfg2@gmail.com

baiwfg2 commented 6 years ago

Those include are needed by gcc, and -Wno-expansion-to-defined is needed by gcc 7.x. I think as the code evolves, it should support higher version of gcc