#985852 nn.c: comment out the absent function "mal_debug()"

Package:
src:nn
Source:
nn
Submitter:
Bjarni Ingi Gislason
Date:
2021-03-24 23:15:06 UTC
Severity:
normal
Tags:
#985852#5
Date:
2021-03-24 23:12:16 UTC
From:
To:
Dear Maintainer,
---
 nn.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/nn.c b/nn.c
index 8576046..6f3ebb8 100644
--- a/nn.c
+++ b/nn.c
@@ -774,9 +774,13 @@ main(int argc, char *argv[])

 #endif

+/*
+ *  The function "mal_debug()" does not exist in this software, "nn".
 #ifdef MALDEBUG
     mal_debug(getenv("MALDEBUG") ? atoi(getenv("MALDEBUG")) : 0);
 #endif
+ *
+ */

     pname = program_name(argv);