View Revisions: Issue #3386 |
[ All Revisions ] [ Back to Issue ] |
Summary |
0003386: updaterevision: gcc compiler warns of tempnam usage, recommends mkstemp |
|
Revision |
2018-02-26 08:19 by WubTheCaptain |
|
Description |
Attempting to compile Doomseeker 1.1 or 1.2-beta (revision 180226-0624) will have make output this warning to stderr:
CMakeFiles/updaterevision.dir/updaterevision.o: In function `main':
updaterevision.c:(.text+0x140): warning: the use of `tempnam' is dangerous, better use `mkstemp' |
|
Revision |
2018-02-26 08:18 by WubTheCaptain |
|
Description |
Attempting to compile Doomseeker 1.1 or 1.2-beta (revision 180226-0624) will have make output this warning to stderr:
CMakeFiles/updaterevision.dir/updaterevision.o: In function `main':
updaterevision.c:(.text+0x140): warning: the use of `tempnam' is dangerous, better use `mkstemp'
abort: repository . not found!
Failed to get current revision: Success
No revision found. |