mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-03 07:15:32 -04:00
Fix compilation with -Werror=float-conversion
Better make the conversions explicit so that we don't get any surprises. Fixes #4065
This commit is contained in:
parent
50870aac57
commit
1ae4374ccf
71 changed files with 286 additions and 284 deletions
|
|
@ -94,6 +94,7 @@ common_flags = [
|
|||
'-Wdeprecated-declarations',
|
||||
'-Wunused-result',
|
||||
'-Werror=return-type',
|
||||
'-Werror=float-conversion',
|
||||
]
|
||||
|
||||
cc_flags = common_flags + [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue