fixed tools build (nw)

This commit is contained in:
smf- 2016-10-12 10:29:04 +01:00
parent 998cb51a91
commit cc5f3c83c6
2 changed files with 2 additions and 3 deletions

View File

@ -549,7 +549,7 @@ UINT64 imgtool::image::rand()
imgtool::partition::partition(imgtool::image &image, imgtool_class &imgclass, int partition_index, UINT64 base_block, UINT64 block_count)
: m_image(image)
, m_partition_index(partition_index)
//, m_partition_index(partition_index)
, m_base_block(base_block)
, m_block_count(block_count)
, m_imgclass(imgclass)

View File

@ -187,12 +187,11 @@ namespace imgtool
private:
imgtool::image &m_image;
int m_partition_index;
//int m_partition_index;
UINT64 m_base_block;
UINT64 m_block_count;
imgtool_class m_imgclass;
size_t m_partition_extra_bytes;
size_t m_directory_extra_bytes;
char m_path_separator;