Skip to content

Fix compiler warning

Sune Vuorela requested to merge svuorela/poppler:svuorela/compilerwarning into master

The compiler claims that x2 and y2 might be unitialized. The compiler might be wrong, but let's just initialize anyways.

Merge request reports