Skip to content

Conversation

nsingh-habana
Copy link

@nsingh-habana nsingh-habana commented Sep 18, 2025

This PR updates the build configuration to compile with stricter warning checks:

-Wall: enables common compiler warnings.

-Werror: treats all warnings as errors, preventing them from being ignored.

-Wno-* suppresses known noisy or irrelevant warnings, so that the build remains strict but practical.

Also all warnings from googletest, googlebenchmark, and compat are silenced.

@nsingh-habana nsingh-habana marked this pull request as draft September 19, 2025 06:02
@nsingh-habana nsingh-habana marked this pull request as ready for review September 22, 2025 13:34
@rolandschulz rolandschulz changed the base branch from main to fix_sg_tile_shape September 26, 2025 00:46
@rolandschulz rolandschulz changed the base branch from fix_sg_tile_shape to main September 26, 2025 02:03
Add -Werror to intel_test, intel_test_gpp_host ci jobs.

Add -Wall to the main CMakelists,
and also add -Wno for high occuring non-significant warnings.

Silence warnings from googletests, googlebenchmarks.
@rolandschulz rolandschulz merged commit c1e79bb into intel:main Sep 29, 2025
5 checks passed
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.

3 participants