summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Klausner <tk@giga.or.at>2021-12-07 08:59:15 +0100
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-07 10:36:18 -0800
commitd1214f20d5a946a461624b894678b155ed02d906 (patch)
tree31689e662db81c81d16c7dc9b960fe7986142411
parent43c6dc5894e6f64d6efaae7fd572fda00559cfdd (diff)
ifdef out unused static functions
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--printnas.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/printnas.c b/printnas.c
index d2c5d17..a60cb46 100644
--- a/printnas.c
+++ b/printnas.c
@@ -138,6 +138,7 @@ PrintSuccessfulAudioSetUpReply(const unsigned char *buf)
/* Error Printing procedures */
+#ifdef UNUSED
static void
AudioRequestError(const unsigned char *buf)
{
@@ -227,6 +228,7 @@ AudioImplementationError(const unsigned char *buf)
PrintField(buf, 8, 2, CARD16, "minor opcode");
PrintField(buf, 10, 1, CARD8, "major opcode");
}
+#endif
/* ************************************************************ */
/* */