-
Notifications
You must be signed in to change notification settings - Fork 199
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 cts build error on mariner OS #1872
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change looks reasonable but I'm having trouble understanding why the previous code was not OK. Could you please provide more information about the build error? Thanks!
The error was"/test_conformance/extensions/cl_khr_command_buffer/command_buffer_printf.cpp:429:37: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=] |
!verify |
Thanks, that's helpful. I'm guessing you're building with some version of gcc? Seems like this is a known false positive. @svenvh, you've been most active eliminating warnings and enabling warnings as errors. How would you like to resolve this? It's interesting that almost the exact same pattern appears, here, but this doesn't seem to be causing a problem: OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/command_buffer_printf.cpp Lines 338 to 342 in 27e47e9
|
I've seen various |
Closing and reopening to retrigger the buildbots. |
No description provided.