DGoldDragon28 / Unangband

A roguelike originally created (and developed until version 0.6.4c) by Andrew Doull.
https://dgolddragon28.github.io/Unangband/
GNU General Public License v2.0
59 stars 6 forks source link

Avoid scary tmpnam warning for linux build. #44

Closed dennis-roof closed 6 years ago

dennis-roof commented 6 years ago

Use HAVE_MKSTEMP definition for linux build to avoid a scary compiler warning about tmpnam. Linux can use the safer mkstemp just like osx.