quiet some warnings

This commit is contained in:
Michael Davidsaver
2019-11-12 18:15:32 -08:00
parent 7acd7c6145
commit 905ca4b7ac
5 changed files with 6 additions and 9 deletions

View File

@@ -249,7 +249,7 @@ void fdRegId::show ( unsigned level ) const
static_cast <const void *> ( this ) );
if ( level > 1u ) {
printf ( "\tfd = %d, type = %d\n",
this->fd, this->type );
int(this->fd), this->type );
}
}