mirror of
https://github.com/mumble-voip/mumble.git
synced 2026-03-03 00:46:56 -05:00
Fails to build on freedesktop-sdk 25.08 #3064
Labels
No labels
GlobalShortcuts
Hacktoberfest
accessibility
acl
asio
audio
bonjour
bsd
bug
build
certificate
ci
client
code
documentation
external-bug
feature-request
gRPC
github
good first issue
help wanted
help-needed
ice
installer
linux
macOS
needs-ckeck-with-latest-version
needs-more-input
overlay
positional audio
priority/P0 - Blocker
priority/P1 - Critical
priority/P2 - Important
priority/P3 - Somewhat important
priority/P4 - Low
public-server-registration
qt
recording
release-management
server
stale-no-response
stale-support
support
task
test
theme
translation
triage
ui
windows
wontfix
x64
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mumble-mumble-voip#3064
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jbruechert on GitHub (Oct 27, 2025).
Description
Fails to build because of a deprecation warning that is treated as error.
I could not figure out where the -Werror is coming from, it might leak in from a dependency.
Build log:
Steps to reproduce
Build on gcc-15 with current libstdc++
Mumble version
1.5.857
Mumble component
Client
OS
Linux
Reproducible?
Yes
Additional information
No response
Relevant log output
Screenshots
No response
@Krzmbrzl commented on GitHub (Oct 27, 2025):
Have you tried using
-Dwarnings-as-errors=OFFwhen invoking CMake?@jbruechert commented on GitHub (Oct 27, 2025):
I did not know that option existed, that should probably solve it.
@jbruechert commented on GitHub (Oct 27, 2025):
It does, thanks for the help :)