---
printnas.c | 2 ++
1 file changed, 2 insertions(+)
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
/* ************************************************************ */
/* */
--
2.34.1- xscope fixes Thomas Klausner
- [PATCH:xscope 1/6] Remove/comment out unused variabl... Thomas Klausner
- [PATCH:xscope 6/6] Add casts to fix signedness chang... Thomas Klausner
- [PATCH:xscope 3/6] ifdef out unused static functions Thomas Klausner
- [PATCH:xscope 4/6] Use correct argument type for cty... Thomas Klausner
- [PATCH:xscope 5/6] Increase buffer length to avoid t... Thomas Klausner
- [PATCH:xscope 2/6] Match format strings with argumen... Thomas Klausner
- Re: xscope fixes Alan Coopersmith
- Re: xscope fixes Thomas Klausner
- Re: xscope fixes Alan Coopersmith
