You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[29/95] Compiling Vala source ../lib/PulseAudio/Operations.vala ../lib/PulseAudio/M...alizer.vala ../lib/PulseAudio/Spectrum.vala lib/com.gitlab.mithrandirn.hottoe.vapi.
../lib/PulseAudio/Channel.vala:89.5-89.46: warning: Type `PulseAudio.CVolume?' can not be used for a GLib.Object property
public global::PulseAudio.CVolume? cvolume { get; set; default = null; }
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../lib/PulseAudio/Channel.vala:90.5-90.53: warning: Type `PulseAudio.ChannelMap?' can not be used for a GLib.Object property
public global::PulseAudio.ChannelMap? channel_map { get; set; default = null; }
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../lib/PulseAudio/Plug.vala:69.5-69.46: warning: Type `PulseAudio.CVolume?' can not be used for a GLib.Object property
public global::PulseAudio.CVolume? cvolume { get; set; default = null; }
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../lib/PulseAudio/Plug.vala:70.5-70.53: warning: Type `PulseAudio.ChannelMap?' can not be used for a GLib.Object property
public global::PulseAudio.ChannelMap? channel_map { get; set; default = null; }
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation succeeded - 4 warning(s)
The text was updated successfully, but these errors were encountered:
btd1337
changed the title
Fix warning Errors
Fix warnings messages
Jul 31, 2018
btd1337
changed the title
Fix warnings messages
Fix warning messages
Jul 31, 2018
Please, consider fix this warnings when
meson build --prefix=/usr
is usedand
ninja
The text was updated successfully, but these errors were encountered: