Skip to content

Conversation

@KFilipek
Copy link
Contributor

@KFilipek KFilipek commented Nov 29, 2024

This change removes all unnecessary flags that are enabled by other flags like -Wall, -Wextra, -Wpedantic

Resolves #944

Description

Checklist

  • Code compiles without errors locally
  • All tests pass locally
  • CI workflows execute properly
  • CI workflows, not executed per PR (e.g. Nightly), execute properly
  • New tests added, especially if they will fail without my changes
  • Added/extended example(s) to cover this functionality
  • Extended the README/documentation
  • All newly added source files have a license
  • All newly added source files are referenced in CMake files
  • Logger (with debug/info/... messages) is used

This change removes all unnecessary flags that are enabled
by other flags like -Wall, -Wextra, -Wpedantic

Signed-off-by: Krzysztof Filipek <[email protected]>
@KFilipek KFilipek self-assigned this Nov 29, 2024
@KFilipek KFilipek marked this pull request as ready for review November 29, 2024 11:42
@KFilipek KFilipek requested a review from a team as a code owner November 29, 2024 11:42
@ldorau ldorau merged commit c70a02b into oneapi-src:main Nov 29, 2024
77 checks passed
@KFilipek KFilipek deleted the redundant_flags branch December 2, 2024 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unify compilation flags in CMake

4 participants