check: Use mkstemp instead of tempnam if possible
authorMichał Dębski <debski.mi.zd@gmail.com>
Sun, 8 Mar 2015 19:42:38 +0000 (20:42 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 11 Mar 2015 16:14:24 +0000 (16:14 +0000)
commita7797d30a857fe739f57103375608e3b999d980f
tree362f162d914e23d3d464ec1cc07d3d0fb89b179f
parent4b174b14f51b4d405674c0d1054e82f5dbc82094
check: Use mkstemp instead of tempnam if possible

Using tempnam() is deprecated, this gives warning and fails the build
with -Werror.

https://bugzilla.gnome.org/show_bug.cgi?id=745858
libs/gst/check/libcheck/check_msg.c
m4/check-checks.m4