==== run-regress-realpathtest ==== cc -O2 -pipe -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] RP_SHOULD_FAIL(NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/src/regress/sys/kern/realpath/realpathtest.c:84:44: note: expanded from macro 'RP_SHOULD_FAIL' "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] RP_SHOULD_FAIL(NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/src/regress/sys/kern/realpath/realpathtest.c:87:44: note: expanded from macro 'RP_SHOULD_FAIL' "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] RP_SHOULD_FAIL(NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/src/regress/sys/kern/realpath/realpathtest.c:90:55: note: expanded from macro 'RP_SHOULD_FAIL' "match realpath3 errno %d", __FILE__, __LINE__, (A),\ ^~~ 3 warnings generated. cc -O2 -pipe -MD -MP -c /home/src/regress/sys/kern/realpath/realpath3.c cc -o realpathtest realpathtest.o realpath3.o ./realpathtest