Commit 61a88f16 by Alan Mishchenko

Fixing broken build and compiler warnings.

parent 203a7d6a
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment