Skip to content

Sokol Renderer: Fix Warning#538

Open
timwmillard wants to merge 20 commits intonicbarker:mainfrom
timwmillard:sokol-fixes
Open

Sokol Renderer: Fix Warning#538
timwmillard wants to merge 20 commits intonicbarker:mainfrom
timwmillard:sokol-fixes

Conversation

@timwmillard
Copy link

Clay_RenderCommandArray uses int32_t not uint32_t.

Currently getting this warning on clang:

sokol_clay.h:332:28: warning: comparison of integers of different signs: 'uint32_t' (aka 'unsigned int') and 'int32_t' (aka 'int') [-Wsign-compare]
    for (uint32_t i = 0; i < renderCommands.length; i++) {

timwmillard and others added 20 commits July 11, 2025 01:17
…r#489)

Co-authored-by: Hugo Viala <h.viala@ganacos.com>
Co-authored-by: Andrew Sampson <1297077+andrewmd5@users.noreply.github.com>
…barker#461)

Co-authored-by: Nic Barker <contact+github@nicbarker.com>
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.

10 participants