oneDPL icon indicating copy to clipboard operation
oneDPL copied to clipboard

Fix warnings occurring with -Wall -Wextra

Open dmitriy-sobolev opened this issue 3 years ago • 0 comments

There are three main types of issues:

  • unused (parameter, variable, lambda argument and so on)
  • deprecated-copy-with-user-provided-copy
  • sign-compare

dmitriy-sobolev avatar Jan 10 '22 18:01 dmitriy-sobolev