-
Missing
__unused
attribute and a typo in the comment. -
usr/src/cmd/sgs/rtld/common/external.c (Diff revision 1) Argument
tz
is unused, please use the__unused
attribute on that.. . . #include <sys/ccompile.h> . . . int gettimeofday(struct timeval *tv, void *tz __unused)
-
-