Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark extern definition of SDS_NOINIT in sds.h #98

Open
wants to merge 1 commit into
base: unstable
Choose a base branch
from

Conversation

voltbit
Copy link

@voltbit voltbit commented Aug 31, 2021

Avoid multiple definition of this variable, its also defined globally in sds.c
Enables builds on GCC 10 and above.

Closes #97

Avoid multiple definition of this variable, its also defined globally in sds.c
Enables builds on GCC 10 and above.
domrod pushed a commit to domrod/redis-cluster-proxy that referenced this pull request Apr 3, 2022
domrod added a commit to domrod/redis-cluster-proxy that referenced this pull request Apr 3, 2022
* Apply merge request RedisLabs#98

From RedisLabs#98

* Apply Merge Request RedisLabs#82

From RedisLabs#82

* Apply Merge Request RedisLabs#67

From RedisLabs#67

* Set optimization in makefile to -O3

* Add a Dockerfile for tests and set a version

Co-authored-by: Dominique Rodrigues <[email protected]>
domrod added a commit to domrod/redis-cluster-proxy that referenced this pull request Apr 3, 2022
* Apply several pull requests from project (#1)

* Apply merge request RedisLabs#98

From RedisLabs#98

* Apply Merge Request RedisLabs#82

From RedisLabs#82

* Apply Merge Request RedisLabs#67

From RedisLabs#67

* Set optimization in makefile to -O3

* Add a Dockerfile for tests and set a version

Co-authored-by: Dominique Rodrigues <[email protected]>

* Forgotten file Dockerfile.tests added (#2)

Co-authored-by: Dominique Rodrigues <[email protected]>

Co-authored-by: Dominique Rodrigues <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compilation fails on gcc 11 and gcc 10
1 participant