fix some compiler warnings

This commit is contained in:
Jinhao
2017-09-06 00:22:00 +08:00
parent 905443eba1
commit 166abe52f3
3 changed files with 4 additions and 6 deletions

View File

@@ -136,10 +136,8 @@ namespace nana
{
const unsigned border_px = substance::border_px;
unsigned width = graph.width() - border_px * 2;
unsigned height = graph.height() - border_px * 2;
rectangle rt_val{ graph.size() };
auto const width = rt_val.width - border_px * 2;
rt_val.pare_off(static_cast<int>(border_px));