Skip to content

Conversation

@AlexFabre
Copy link
Contributor

This PR fixes three -Wsign-compare warnings raised by Clang when building with -Wall and -Wextra in three of zephyr's internal components:

  • kernel priority_q
  • utils bitarray
  • arch arm exception

AlexFabre added 3 commits May 9, 2025 10:00
Clang 20.1.0 -Wsign-compare warning on int being compared with size_t
(unsigned int).

Signed-off-by: Alex Fabre <alex.fabre@rtone.fr>
Clang 20.1.0 -Wsign-compare warning on int being compared with size_t
(unsigned int).

Signed-off-by: Alex Fabre <alex.fabre@rtone.fr>
Clang 20.1.0 -Wsign-compare warning on int being compared with uint32_t.

Signed-off-by: Alex Fabre <alex.fabre@rtone.fr>
@AlexFabre AlexFabre force-pushed the fix-sign-compare branch from 2e44bd9 to 79d3eb8 Compare May 9, 2025 08:02
@sonarqubecloud
Copy link

sonarqubecloud bot commented May 9, 2025

@kartben kartben merged commit e163b2c into zephyrproject-rtos:main May 13, 2025
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants