Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: log
-
Labels:None
-
Team:Architecture
Description
The logTest.cc test in log issues compiler warnings concerning tmpnam. These should be fixed by using mkstemp.
Attachments
Issue Links
- relates to
-
DM-1052 Add / improve tests and examples for Log package
- Done
tmpnam() has been replaced by mkstemp()
This also fixes a problem where the temporary file created in the parent/child test had not been removed.