WINDOW: use mpv_observe_property for deprecated MPV_EVENTs
Rapports de requête de fusion
Activité
- Résolue par Kubat
added 1 commit
- 3710f7f5 - MODULES: Remove the SDL2 module + disable deprecated symbols from MPV
- Résolue par Kubat
gcc 12.2.0, Debug build
/home/elliu/Projects/lektor/src/base/bufferfd.c: In function ‘bufferfd_bytes’: /home/elliu/Projects/lektor/src/base/bufferfd.c:23:9: note: ‘#pragma message: /home/elliu/Projects/lektor/src/base/bufferfd.c(+23) : Repeat until n is reached’ 23 | #pragma message(TODO "Repeat until n is reached") | ^~~~~~~ [ 30%] Building C object CMakeFiles/lektord.dir/src/base/reg.c.o /home/elliu/Projects/lektor/src/base/reg.c: In function ‘reg_internal_get’: /home/elliu/Projects/lektor/src/base/reg.c:25:21: error: the comparison will always evaluate as ‘true’ for the pointer operand in ‘reg + (sizetype)((long unsigned int)i * 16)’ must not be NULL [-Werror=address] 25 | for (int i = 0; (reg + i) && (reg + i)->name && (reg + i)->obj; ++i) { | ^ /home/elliu/Projects/lektor/src/base/reg.c: In function ‘reg_internal_func’: /home/elliu/Projects/lektor/src/base/reg.c:35:21: error: the comparison will always evaluate as ‘true’ for the pointer operand in ‘reg + (sizetype)((long unsigned int)i * 16)’ must not be NULL [-Werror=address] 35 | for (int i = 0; (reg + i) && (reg + i)->name && (reg + i)->func; ++i) { | ^
Also, multiple unused variables in Release build (gcc and clang) stopping the build due to -Werror
Modifié par Elliu
added 1 commit
- 967f438e - BUILD: Fix the -Werror=address in src/base/reg.c:25 and src/base/reg.c:35 even...
added 1 commit
- 575d99e5 - CI: Try to install the latest rust version in CI
added 1 commit
- 2740d772 - CI: Install the latest version of cargo and rustc in the docker
added 1 commit
- 0a8132e8 - BUILD: Fix errors with GCC + use lkt_assert and not assert to be sure to have...
added 33 commits
-
0a8132e8...9d4271c2 - 26 commits from branch
master
- 58ddfefc - WINDOW: use mpv_observe_property for deprecated MPV_EVENTs
- e1af3f7c - MODULES: Remove the SDL2 module + disable deprecated symbols from MPV
- b6341da8 - DOC: Update changelog
- 3325ad92 - CI: add cargo to build dependencies
- b5fa56ed - BUILD: Fix the -Werror=address in src/base/reg.c:25 and src/base/reg.c:35 even...
- 79003e94 - CI: Install the latest version of cargo and rustc in the docker
- fe3d9ab9 - BUILD: Fix errors with GCC + use lkt_assert and not assert to be sure to have...
Afficher/masquer la liste des validations-
0a8132e8...9d4271c2 - 26 commits from branch
added 1 commit
- 93961e29 - BUILD: Add flags for release builds for the CI
enabled an automatic merge when the pipeline for 1c6cfca3 succeeds
Veuillez vous inscrire ou vous connecter pour répondre