4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)C9,144 forks (9,144 forks)batch import
EnhancementGood first issueNeeds reviewpriority: low
Repository metrics
- Stars
- 15,249 stars (15,249 stars)
- PR merge metrics
- Avg merge 4d 21h (Avg merge 4d 21h)1,000 merged PRs in 30d (1,000 merged PRs in 30d)
Description
Remove zephyr_cc_option(-Wno-pointer-sign) and fix all code that mixes signed/unsigned pointers.
Contributor guide
- Research direction
- Search for all instances of signed/unsigned pointer mismatches in the codebase by looking at compiler warnings after removing the Wno pointer sign flag. Fix each occurrence by adjusting pointer types or adding appropriate casts.
- Tech stack
- c
- Domain
- backendoperating systems
- Issue type
- Refactor
- Prerequisites
- C