issues Search Results · repo:itsYakub/Silk language:C
Filter by
3 results
(104 ms)3 results
initsYakub/Silk (press backspace or delete to remove)silkDrawPolygon uses a VLA. VLAs are generally not good practice because they allocate the unknown-sized array on the
stack, which can cause many other potential issues.
You may want to review if an array ...
ColleagueRiley
- Opened 3 days ago
- #6
I was working on an Silk example for RGFW and RGFW uses strict warnings when compiling. When I compiled silk it resulted
in many errors because of the strict warnings.
WARNINGS = -Wall -Werror -Wstrict-prototypes ...
ColleagueRiley
- Opened on Jul 15, 2024
- #4
Currently the Silk API always checks for if the specified buffer is NULL and if is, write an error message. While this
is a nice feature, it would be even better if the end-user were to be given an option ...
EimaMei
- Opened on Jul 6, 2024
- #2

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.