]> www.ginac.de Git - ginac.git/commit
Replace mktemp with mkstemp.
authorTill Hofmann <thofmann@fedoraproject.org>
Sat, 8 Oct 2016 18:34:40 +0000 (20:34 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Sat, 8 Oct 2016 18:34:40 +0000 (20:34 +0200)
commit8305ec388e5c205b7392566d32582f9d08adb88d
treea21f5a511a14fa46bbc70266773a2a03f4d22be1
parentd7a37762af4cdcaccb97c941427f8dfcf8448205
Replace mktemp with mkstemp.

As the manpage says, mktemp is deprecated ("Never use mktemp") and gcc
warns about the usage of mktemp. Replace mktemp with its safe variant
mkstemp.
ginac/excompiler.cpp