quiet some warnings

This commit is contained in:
Michael Davidsaver
2019-11-13 10:17:43 -08:00
parent 7acd7c6145
commit 905ca4b7ac
5 changed files with 6 additions and 9 deletions
+1 -1
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 );
}
}