minor: disable ASN1 debug

this removes a large number of compiler warnings

Change-Id: I2cf88280ad1d6407c91ff18f476eb3ca145c3aa5
This commit is contained in:
Kevin Redon 2018-10-11 17:17:34 +02:00 committed by Harald Welte
parent 9b69a3f4b9
commit 79126566f5
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ SUBDIRS = rspro
AM_CFLAGS = -Wall -I$(top_srcdir)/include -I$(top_builddir)/include \
$(OSMOCORE_CFLAGS) $(OSMOGSM_CFLAGS) $(OSMOABIS_CFLAGS) \
$(PCSC_CFLAGS) $(USB_CFLAGS) $(OSMOSIM_CFLAGS) \
-I$(top_srcdir)/include/osmocom/rspro -DEMIT_ASN_DEBUG
-I$(top_srcdir)/include/osmocom/rspro
RSPRO_LIBVERSION=0:0:0
lib_LTLIBRARIES = libosmo-rspro.la

View File

@ -129,7 +129,7 @@ ASN_MODULE_INC+=per_encoder.h
ASN_MODULE_INC+=per_opentype.h
AM_CFLAGS = -I$(top_srcdir)/include $(OSMOCORE_CFLAGS) \
-I$(top_srcdir)/include/osmocom/rspro -DEMIT_ASN_DEBUG
-I$(top_srcdir)/include/osmocom/rspro
noinst_LTLIBRARIES=libosmo-asn1-rspro.la
libosmo_asn1_rspro_la_SOURCES=$(ASN_MODULE_SOURCES)