mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Fix build errors and warnings
This commit is contained in:
parent
07ea740d11
commit
fe90c9d488
|
@ -72,7 +72,6 @@ void ext_list::ext::serialise(xml::serializer &serialiser)
|
|||
{
|
||||
std::istringstream ser(serialised_value_);
|
||||
xml::parser p(ser, "", xml::parser::receive_default);
|
||||
int nest_level = 0;
|
||||
roundtrip(p, serialiser);
|
||||
}
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
// @license: http://www.opensource.org/licenses/mit-license.php
|
||||
// @author: see AUTHORS file
|
||||
|
||||
#include "phonetic_pr.hpp"
|
||||
#include <xlnt/worksheet/phonetic_pr.hpp>
|
||||
#include <array>
|
||||
namespace {
|
||||
// Order of elements defined by phonetic_pr::Type enum
|
Loading…
Reference in New Issue
Block a user