eliminate GCC warnings

This commit is contained in:
Jinhao
2016-06-21 04:37:05 +08:00
parent d0d5480a4c
commit 369d506fdd
5 changed files with 43 additions and 52 deletions

View File

@@ -156,6 +156,7 @@ namespace nana{
fn();
#else
static_cast<void>(native_handle);
fn();
#endif
}