Skip to content

plparser: Fix uninitialized variable error

David Guglielmi requested to merge (removed):fix-cflags-Os into master

Build failed on systems using -Os cflags with:

  • totem-pl-parser.c:1776:14: error: ‘ret’ may be used uninitialized in this function [-Werror=maybe-uninitialized]

Merge request reports