aboutsummaryrefslogtreecommitdiffstats
path: root/guts/tempnam.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/tempnam.c')
-rw-r--r--guts/tempnam.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/guts/tempnam.c b/guts/tempnam.c
index b2c1990..9b0257f 100644
--- a/guts/tempnam.c
+++ b/guts/tempnam.c
@@ -6,6 +6,9 @@
* wrap_tempnam(const char *template, const char *pfx) {
* char * rc = NULL;
*/
+ /* let gcc know we ignored these on purpose */
+ (void) template;
+ (void) pfx;
pseudo_diag("tempnam() is so ludicrously insecure as to defy implementation.");
errno = ENOMEM;
rc = NULL;