kr / ct

(Relatively) Easy Unit Testing in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compile warning about mktemp

decimalbell opened this issue · comments

make check
ct.c:187: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'

I guess this can be closed? See 1297d04 for the fix.

commented

Yup! Fixed in #11. Thanks.