summaryrefslogtreecommitdiff
path: root/README.static-linking
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-05-21 08:53:03 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-05-21 08:53:03 +0200
commit752b3a503e414b8cc29584f7ca0d19210806037e (patch)
treed6307386082bfc0f609f687bf5fc7dd2a99d2b4c /README.static-linking
parent5edf0add57efb84ec08b95dd5e4b0cd390702177 (diff)
downloadgstreamer-plugins-bad-752b3a503e414b8cc29584f7ca0d19210806037e.tar.gz
dvb-section: Don't compare unsigned integers for >= 0
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 ~~~~~~ ^ ~
Diffstat (limited to 'README.static-linking')
0 files changed, 0 insertions, 0 deletions