aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-02-17 19:58:56 +0000
committerGuy Harris <guy@alum.mit.edu>2013-02-17 19:58:56 +0000
commit947da615c4bcb1ccce667bed16efa660de52771f (patch)
tree70a00da244aaa09172993f7434647115d1468121 /asn1
parentaa8b665141e1d959d4cde0c1f5a027c8c44c8498 (diff)
Squelch some warnings.
svn path=/trunk/; revision=47716
Diffstat (limited to 'asn1')
-rw-r--r--asn1/isdn-sup/isdn-sup.cnf6
-rw-r--r--asn1/isdn-sup/packet-isdn-sup-template.c2
2 files changed, 8 insertions, 0 deletions
diff --git a/asn1/isdn-sup/isdn-sup.cnf b/asn1/isdn-sup/isdn-sup.cnf
index 082f093c23..95f2e26380 100644
--- a/asn1/isdn-sup/isdn-sup.cnf
+++ b/asn1/isdn-sup/isdn-sup.cnf
@@ -24,6 +24,12 @@ OPERATION.&ResultType
#.END
+#.NO_EMIT
+PresentedAddressUnscreened
+PresentedNumberScreened
+NumberScreened
+#.END
+
#.TYPE_RENAME
#.END
diff --git a/asn1/isdn-sup/packet-isdn-sup-template.c b/asn1/isdn-sup/packet-isdn-sup-template.c
index 4b804058d4..226a73c3b4 100644
--- a/asn1/isdn-sup/packet-isdn-sup-template.c
+++ b/asn1/isdn-sup/packet-isdn-sup-template.c
@@ -43,8 +43,10 @@ static int hf_isdn_sup_operation = -1;
/* Global variables */
+#if 0
/* ROSE context */
static rose_ctx_t isdn_sup_rose_ctx;
+#endif
typedef struct _isdn_sup_op_t {
gint32 opcode;