gstreamer/validate/gst
Edward Hervey ebde58f1d1 validate-utils: Fix unitialized variable
gst-validate-utils.c:413:7: error: variable 'v0' is used uninitialized whenever 'if' condition is true [-Werror,-Wsometimes-uninitialized]
  if (c == '!') {
      ^~~~~~~~
gst-validate-utils.c:424:10: note: uninitialized use occurs here
  return v0;
         ^~
gst-validate-utils.c:413:3: note: remove the 'if' if its condition is always false
  if (c == '!') {
  ^~~~~~~~~~~~~~~
gst-validate-utils.c:411:13: note: initialize the variable 'v0' to silence this warning
  gdouble v0;
            ^
             = 0.0
1
2014-05-22 16:13:31 +02:00
..
overrides validate: Move overrides and preload libraries to dedicated folders 2014-05-21 12:00:26 +02:00
preload validate: Move overrides and preload libraries to dedicated folders 2014-05-21 12:00:26 +02:00
validate validate-utils: Fix unitialized variable 2014-05-22 16:13:31 +02:00
Makefile.am validate: Move overrides and preload libraries to dedicated folders 2014-05-21 12:00:26 +02:00