-
Notifications
You must be signed in to change notification settings - Fork 403
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 warnings for gcc-11.1 #838
Labels
bug
Something isn't working
Comments
elfenpiff
added a commit
to ApexAI/iceoryx
that referenced
this issue
Jun 8, 2021
Signed-off-by: Christian Eltzschig <me@elchris.org>
19 tasks
elfenpiff
added a commit
to ApexAI/iceoryx
that referenced
this issue
Jun 8, 2021
Signed-off-by: Christian Eltzschig <me@elchris.org>
elfenpiff
added a commit
to ApexAI/iceoryx
that referenced
this issue
Jun 8, 2021
Signed-off-by: Christian Eltzschig <me@elchris.org>
elfenpiff
added a commit
to ApexAI/iceoryx
that referenced
this issue
Jun 8, 2021
Signed-off-by: Christian Eltzschig <me@elchris.org>
elfenpiff
added a commit
to ApexAI/iceoryx
that referenced
this issue
Jun 8, 2021
…td::min fails - fixed Signed-off-by: Christian Eltzschig <me@elchris.org>
elfenpiff
added a commit
that referenced
this issue
Jun 9, 2021
iox-#838 fix string warning in strnlen and std::memcpy
elfenpiff
added a commit
to ApexAI/iceoryx
that referenced
this issue
Jun 9, 2021
Signed-off-by: Christian Eltzschig <me@elchris.org>
dkroenke
pushed a commit
to ApexAI/iceoryx
that referenced
this issue
Jun 15, 2021
Signed-off-by: Christian Eltzschig <me@elchris.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Required information
Compiler version:
GCC 11.1.0
Observed result or behaviour:
Wmaybe-uninitialized and Warray-out-of-bounds causing build failure
Expected result or behaviour:
No errors
Conditions where it occurred / Performed steps:
Compile everything
The text was updated successfully, but these errors were encountered: