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

fix debian sid compiler error #1769

Merged
merged 2 commits into from
Oct 16, 2021
Merged

Conversation

majestrate
Copy link
Contributor

not sure why this was even compiling to begin with

@jagerman
Copy link
Member

What is the compilation error? That code looks perfectly valid for C code.

@majestrate
Copy link
Contributor Author

What is the compilation error? That code looks perfectly valid for C code.

The buffers passed in are 2 dimensional and often the data straddles between dimensions. the use of a pointer is more appropriate.

GCC is wrongly warning that `h` is uninitialized here, but it clearly
isn't.  Work around it.
@jagerman jagerman merged commit aee5dd2 into oxen-io:dev Oct 16, 2021
@majestrate majestrate deleted the fix-sid-2021-10-13 branch April 18, 2022 18:18
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.

2 participants