oneDPL icon indicating copy to clipboard operation
oneDPL copied to clipboard

Improve CI: detect warnings

Open dmitriy-sobolev opened this issue 5 months ago • 0 comments

Summary: Find a way to detect warnings earlier, i.e. through per-commit CI.

Problem Statement: Some changes introduce warnings such as unused entities and they are not detected by the current CI process

Preferred Solution: Consider adding -Wall argument to the compilation and highlighting the warnings through GitHub CI annotations.

dmitriy-sobolev avatar Sep 17 '24 10:09 dmitriy-sobolev