Fix -Wno-sometimes-uninitialized by initializing "result" in parse_sax
The function parse_sax() returns sometimes-uninitialized warnings in some compilers. This commit fixes that.
Showing
Please register or sign in to comment
The function parse_sax() returns sometimes-uninitialized warnings in some compilers. This commit fixes that.