==== run-regress-realpathtest ==== cc -O2 -pipe -g -MD -MP -c /home/src/regress/sys/kern/realpath/realpathtest.c /home/src/regress/sys/kern/realpath/realpathtest.c:103:2: warning: format specifies type 'char *' but the argument has type 'void *' [-Wformat] 103 | RP_SHOULD_FAIL(NULL, NULL, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/src/regress/sys/kern/realpath/realpathtest.c:84:44: note: expanded from macro 'RP_SHOULD_FAIL' 83 | errx(1, "%s:%d - realpath of '%s' should have failed, " \ | ~~ 84 | "returned '%s'", __FILE__, __LINE__, (A), rc.r2); \ | ^~~ /home/src/regress/sys/kern/realpath/realpathtest.c:103:2: warning: format specifies type 'char *' but the argument has type 'void *' [-Wformat] 103 | RP_SHOULD_FAIL(NULL, NULL, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/src/regress/sys/kern/realpath/realpathtest.c:87:44: note: expanded from macro 'RP_SHOULD_FAIL' 86 | errx(1, "%s:%d - realpath3 of '%s' should have failed, "\ | ~~ 87 | "returned '%s'", __FILE__, __LINE__, (A), rc.r3); \ | ^~~ /home/src/regress/sys/kern/realpath/realpathtest.c:103:2: warning: format specifies type 'char *' but the argument has type 'void *' [-Wformat] 103 | RP_SHOULD_FAIL(NULL, NULL, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/src/regress/sys/kern/realpath/realpathtest.c:90:55: note: expanded from macro 'RP_SHOULD_FAIL' 89 | errx(1, "%s:%d - realpath of '%s' errno %d does not " \ | ~~ 90 | "match realpath3 errno %d", __FILE__, __LINE__, (A),\ | ^~~ 3 warnings generated. cc -O2 -pipe -g -MD -MP -c /home/src/regress/sys/kern/realpath/realpath3.c cc -o realpathtest realpathtest.o realpath3.o ./realpathtest