oneDPL
oneDPL copied to clipboard
Fix warnings occurring with -Wall -Wextra
There are three main types of issues:
- unused (parameter, variable, lambda argument and so on)
- deprecated-copy-with-user-provided-copy
- sign-compare