occt: master 95e05159

Author Committer Branch Timestamp Parent
rkv bugmaster master 2015-11-16 14:43:25 master 9b7f3f83
Affected Issues  0026179: Coding rules - eliminate -Wdeprecated-declarations CLang warnings on tmpnam() usage
Changeset 0026179: Coding rules - eliminate -Wdeprecated-declarations CLang warnings on tmpnam() usage

Make a temporary file using BuildTemporary() in "/tmp" folder on Linux or using "TEMP" environment variable on Windows.
Use the new OSD_File::Capture() method for standard output redirection.
mod - src/Draw/Draw_Interpretor.cxx Diff File
mod - src/OSD/OSD_Directory.cxx Diff File
mod - src/OSD/OSD_File.cxx Diff File
mod - src/OSD/OSD_File.hxx Diff File