mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
752b3a503e
gst-dvb-section.c:93:12: error: comparison of unsigned expression >= 0 is always true [-Werror,-Wtautological-compare] if (hour >= 0 && hour < 24 && minute >= 0 && minute < 60 && second >= 0 ~~~~ ^ ~ gst-dvb-section.c:93:40: error: comparison of unsigned expression >= 0 is always true [-Werror,-Wtautological-compare] if (hour >= 0 && hour < 24 && minute >= 0 && minute < 60 && second >= 0 ~~~~~~ ^ ~ gst-dvb-section.c:93:70: error: comparison of unsigned expression >= 0 is always true [-Werror,-Wtautological-compare] if (hour >= 0 && hour < 24 && minute >= 0 && minute < 60 && second >= 0 ~~~~~~ ^ ~ |
||
---|---|---|
.. | ||
.gitignore | ||
gst-atsc-section.c | ||
gst-atsc-section.h | ||
gst-dvb-descriptor.c | ||
gst-dvb-descriptor.h | ||
gst-dvb-section.c | ||
gst-dvb-section.h | ||
gst-scte-section.h | ||
gstmpegts-private.h | ||
gstmpegtsdescriptor.c | ||
gstmpegtsdescriptor.h | ||
gstmpegtssection.c | ||
gstmpegtssection.h | ||
Makefile.am | ||
mpegts.h |