Closed lionirdeadman closed 3 years ago
Started test build 50998
Build 50998 successful To test this build, install it from the testing repository:
flatpak install --user https://dl.flathub.org/build-repo/49046/com.kristianduske.TrenchBroom.flatpakref
Changing the runtime because 5.12 is EOL Updating application to newer release with the appdata Adding upstream cmake-fix.patch for cmake 3.20.x Removing -Werror because there's only warning which could be ignored
The only warning present which has no fix upstream :
../common/src/Model/Brush.cpp:264:37: warning: ‘<anonymous>’ may be used uninitialized in this function [-Wmaybe-uninitialized] 264 | return kdl::void_success; | ^~~~~~~~~~~~
Which compiler is this? I think this is a spurious warning. Also, I'm surprised -- which commit are you compiling here? I have only one usage of kdl::void_success
in Brush.cpp
and it's in a completely different line.
Runtime output:
...
Not sure if anything here is bad.
Runtime output looks fine!
Changing the runtime because 5.12 is EOL Updating application to newer release with the appdata Adding upstream cmake-fix.patch for cmake 3.20.x Removing -Werror because there's only warning which could be ignored The only warning present which has no fix upstream :
../common/src/Model/Brush.cpp:264:37: warning: ‘<anonymous>’ may be used uninitialized in this function [-Wmaybe-uninitialized] 264 | return kdl::void_success; | ^~~~~~~~~~~~
Which compiler is this? I think this is a spurious warning. Also, I'm surprised -- which commit are you compiling here? I have only one usage of
kdl::void_success
inBrush.cpp
and it's in a completely different line.
This is GCC 10.2.0 The commit is 532e1b4d505d5aaf710ba09192d9fbaeb963010a (which is the latest commit for 2021.1) as per the manifest which does match the warning location.
Looks fine to me. Also sorry that I'm two weeks late to this. I'm usually at least somewhat faster to reply to things addressed for me. And thank you very much for your contribution. I haven't had time to take proper care of this as of late due to variety of reasons.
Changing the runtime because 5.12 is EOL Updating application to newer release with the appdata Adding upstream cmake-fix.patch for cmake 3.20.x Removing -Werror because there's only warning which could be ignored
The only warning present which has no fix upstream :
Runtime output:
Not sure if anything here is bad.