Skip to content
  • Tim-Philipp Müller's avatar
    v4l: fix compiler warning · a039d3a1
    Tim-Philipp Müller authored
    Fix 'variable may be used uninitialized' compiler warning (which is
    true in theory, but can't actually ever happen, since we always
    call the function with check=FALSE).
    
    Fixes #596313.
    a039d3a1