Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` lvxml.cpp|6166 col 42| warning: Uninitialized variable: quote [uninitvar] int endpos = encname.pos(quote); lvxml.cpp|6159 col 28| note: Assuming condition is false while (pos < end) { lvxml.cpp|6166 col 42| note: Uninitialized variable: quote int endpos = encname.pos(quote); ```
- Loading branch information