==== run-regress-monotonicrelapse ==== cc -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /home/src/regress/sys/kern/clock_gettime/monotonicrelapse.c /home/src/regress/sys/kern/clock_gettime/monotonicrelapse.c:90:8: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] num = (int)arg; ^~~~~~~~ 1 warning generated. cc -o monotonicrelapse monotonicrelapse.o -lpthread ./monotonicrelapse 4