fix compiler errors/warnings for clang 5.0
This commit is contained in:
@@ -265,6 +265,9 @@ namespace nana
|
||||
|
||||
auto ico = impl_->icons[impl_->play_index++];
|
||||
impl_->set_icon(ico);
|
||||
#else
|
||||
//eliminates warnings in clang
|
||||
static_cast<void>(this);
|
||||
#endif
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user