Fixing broken build and compiler warnings.

This commit is contained in:
Alan Mishchenko 2020-04-17 10:16:26 -07:00
parent 203a7d6ad8
commit 61a88f164c
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ int Abc_RealMain( int argc, char * argv[] )
case 'l': {
#ifndef WIN32
rlim_t maxTime = atoi(globalUtilOptarg);
printf("Limiting time to %d seconds\n", maxTime);
printf("Limiting time to %d seconds\n", (int)maxTime);
struct rlimit limit = {
maxTime, /* soft limit */
maxTime /* hard limit */