mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
46e401b6d9
Cast enum to int before checking for negative values, which are impossible according to the enum list. gstlfocontrolsource.c:652:45: error: comparison of unsigned enum expression < 0 is always false [-Werror,-Wtautological-compare] if (waveform >= num_waveforms || waveform < 0) { ~~~~~~~~ ^ ~ https://bugzilla.gnome.org/show_bug.cgi?id=653137 |
||
---|---|---|
.. | ||
.gitignore | ||
gstcontroller.c | ||
gstcontroller.h | ||
gstcontrollerprivate.h | ||
gstcontrolsource.c | ||
gstcontrolsource.h | ||
gsthelper.c | ||
gstinterpolation.c | ||
gstinterpolationcontrolsource.c | ||
gstinterpolationcontrolsource.h | ||
gstinterpolationcontrolsourceprivate.h | ||
gstlfocontrolsource.c | ||
gstlfocontrolsource.h | ||
gstlfocontrolsourceprivate.h | ||
lib.c | ||
Makefile.am |