# emerge dmake ... >>> Source unpacked. dmake.c: In function `main': dmake.c:123: warning: return type of 'main' is not `int' objects/sysintf.o(.text+0x6a2): In function `Get_temp': : warning: the use of `tempnam' is dangerous, better use `mkstemp' objects/runargv.o(.text+0xcb): In function `runargv': : warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead >>> Install dmake-4.1-r1 into /var/tmp/portage/dmake-4.1-r1/image/ ... Reproducible: Always Steps to Reproduce: 1. emerge dmake 2. 3. Actual Results: Using dangerous/deprecated functions. Expected Results: Please update so it uses the new functions.
The app seems to work just fine still. I don't think we are too concerned with warnings that aren't causing problems. Closing this WONTFIX.