fix the gcc 7.2.0 compile warning

This commit is contained in:
Sukchan Lee 2018-01-06 22:50:56 +09:00
parent 229a56f85d
commit 7e63ab488d
6 changed files with 7 additions and 5 deletions

View File

@ -30,7 +30,7 @@
/*******************************************************************************
* This file had been created by asn1tostruct.py script v1.0.2
* Please do not modify this file but regenerate it via script.
* Created on: 2018-01-06 12:17:27.364656 by acetcom
* Created on: 2018-01-06 22:49:59.738841 by acetcom
* from ['fix-a90.asn']
******************************************************************************/
#define TRACE_MODULE _s1ap_ies_decoder

View File

@ -30,7 +30,7 @@
/*******************************************************************************
* This file had been created by asn1tostruct.py script v1.0.2
* Please do not modify this file but regenerate it via script.
* Created on: 2018-01-06 12:17:27.342336 by acetcom
* Created on: 2018-01-06 22:49:59.717432 by acetcom
* from ['fix-a90.asn']
******************************************************************************/
#include "s1ap_asn1c.h"

View File

@ -30,7 +30,7 @@
/*******************************************************************************
* This file had been created by asn1tostruct.py script v1.0.2
* Please do not modify this file but regenerate it via script.
* Created on: 2018-01-06 12:17:27.393079 by acetcom
* Created on: 2018-01-06 22:49:59.775877 by acetcom
* from ['fix-a90.asn']
******************************************************************************/
#define TRACE_MODULE _s1ap_ies_encoder

View File

@ -30,7 +30,7 @@
/*******************************************************************************
* This file had been created by asn1tostruct.py script v1.0.2
* Please do not modify this file but regenerate it via script.
* Created on: 2018-01-06 12:17:27.412202 by acetcom
* Created on: 2018-01-06 22:49:59.799782 by acetcom
* from ['fix-a90.asn']
******************************************************************************/
#define TRACE_MODULE _s1ap_ies_free

View File

@ -30,7 +30,7 @@
/*******************************************************************************
* This file had been created by asn1tostruct.py script v1.0.2
* Please do not modify this file but regenerate it via script.
* Created on: 2018-01-06 12:17:27.425343 by acetcom
* Created on: 2018-01-06 22:49:59.817514 by acetcom
* from ['fix-a90.asn']
******************************************************************************/
#include <stdlib.h>
@ -77,6 +77,7 @@ xer_encode_local(asn_TYPE_descriptor_t *td, void *sptr,
mname = td->xml_tag;
mlen = strlen(mname);
er.encoded = 0;
ASN__TEXT_INDENT(0, indent);
ASN__CALLBACK3("<", 1, mname, mlen, ">", 1);

View File

@ -767,6 +767,7 @@ xer_encode_local(asn_TYPE_descriptor_t *td, void *sptr,
mname = td->xml_tag;
mlen = strlen(mname);
er.encoded = 0;
ASN__TEXT_INDENT(0, indent);
ASN__CALLBACK3("<", 1, mname, mlen, ">", 1);