Özkan Sezer
Özkan Sezer
Unfortunately no, no warnings at -O0. I can follow precise build instructions if you give me some, though.
Well, `-Warray-bounds` does have a history of being bogus :) Let me know what you decide and I will act accordingly in SDL_ttf.
P.S.: Also got the following error: ``` [11/12] Compiling C++ object test/threads/hb-shape-threads.p/hb-shape-threads.cc.o FAILED: test/threads/hb-shape-threads.p/hb-shape-threads.cc.o g++14 -Itest/threads/hb-shape-threads.p -Itest/threads -I../test/threads -I. -I.. -Isrc -I../src -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++11 -fno-exceptions -O3 -fno-exceptions...
> Fix the include issue. Thank you. Seems like `` is needed too: ``` [4/13] Compiling C++ object test/threads/hb-shape-threads.p/hb-shape-threads.cc.o FAILED: test/threads/hb-shape-threads.p/hb-shape-threads.cc.o g++14 -Itest/threads/hb-shape-threads.p -Itest/threads -I../test/threads -I. -I.. -Isrc -I../src -fdiagnostics-color=always...
Vita CI workflows have been failing lately because of this.
Fixed by #13251
Is this with SDL_OPENVR=ON ?
Well, the C code makes use of egl* calls if built for unix (non-windows) so the cmake'ry links to libEGL. Unless SDL_openvrvideo.c is changed, it is expected as far as...
CC: @slouken