Skip to content

t/sdl_test: Fix compiler warning related to unicode for sdl_program.cpp

utzcoz requested to merge utzcoz/monado:fix-sdl_program-unicode-warning into main

Fix the following warning:

C:\Users\Administrator\runner\builds\monado\monado\src\xrt\targets\sdl_test\sdl_program.cpp(25): warning C4566: character represented by universal-character-name '\u2603' cannot be represented in the current code page (1252)

Edited by utzcoz

Merge request reports