Skip to content

CTR: more compiler warnings cleanup#17705

Merged
LibretroAdmin merged 1 commit intolibretro:masterfrom
pstef:silence-warnings-ctr
Mar 16, 2025
Merged

CTR: more compiler warnings cleanup#17705
LibretroAdmin merged 1 commit intolibretro:masterfrom
pstef:silence-warnings-ctr

Conversation

@pstef
Copy link
Copy Markdown
Contributor

@pstef pstef commented Mar 16, 2025

  • unsigned vs signed comparison
  • copy DEBUG_VAR from wiiu - this one prints pointer values in a portable way
  • prove GCC14 that a date formatted as "00/00/0000" can fit into 11 bytes
  • explicitly mention previously unhandled enum constants
  • Adding GFX widgets in b9849f7 and 1235a74 orphaned ctr_set_osd_msg(). Reinstate it instead of removing, since it's effectively the same as calling font_driver_render_msg, but with checks.
  • remove sp from clobber list in inline assembly

* unsigned vs signed comparison
* copy DEBUG_VAR from wiiu - this one prints pointer values in a
  portable way
* prove GCC14 that a date formatted as "00/00/0000" can fit into 11
  bytes
* explicitly mention previously unhandled enum constants
* Adding GFX widgets in b9849f7 and 1235a74 orphaned
  ctr_set_osd_msg(). Reinstate it instead of removing, since it's
  effectively the same as calling font_driver_render_msg, but with
  checks.
* remove sp from clobber list in inline assembly
@LibretroAdmin LibretroAdmin merged commit fbcd3a7 into libretro:master Mar 16, 2025
@pstef pstef deleted the silence-warnings-ctr branch April 18, 2025 17:10
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.

2 participants