-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][NFC] Handle a bunch of warnings coming from SYCL RT #1802
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
Conversation
Signed-off-by: Alexander Batashev <[email protected]>
Signed-off-by: Alexander Batashev <[email protected]>
Signed-off-by: Alexander Batashev <[email protected]>
Signed-off-by: Alexander Batashev <[email protected]>
Signed-off-by: Alexander Batashev <[email protected]>
Signed-off-by: Alexander Batashev <[email protected]>
Signed-off-by: Alexander Batashev <[email protected]>
Signed-off-by: Alexander Batashev <[email protected]>
Signed-off-by: Alexander Batashev <[email protected]>
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.
The PiMock part LGTM!
CI system must prevent us from adding new warnings enabled by these options. |
I'm afraid, some of those are specific to newer compiler version than what we have in CI. |
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.
LGTM commands.cpp, commands.hpp, handler.hpp
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.
LGTM
This reverts commit 25171bf.
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.
LGTM
-Wstring-conversion
: get rid of convertingconst char*
tobool
inassert
-Winconsistent-missing-override
: add missingfinal
oroverride
-Wcovered-switch-default
: remove unreachabledefault
clauses-Wpessimizing-move
: allow temporary object copy elision by removingstd::move
-Wcast-qual
: explicitly cast awayconst
qualifier-Wunused-parameter
: remove some unused parameters