Skip to content
Snippets Groups Projects
Commit 5345b160 authored by Cedric Roux's avatar Cedric Roux
Browse files

compilation warning removal

parent 045132ba
Branches
Tags
No related merge requests found
...@@ -387,7 +387,7 @@ void nas_mesh_DC_send_sig_data_request(struct sk_buff *skb, ...@@ -387,7 +387,7 @@ void nas_mesh_DC_send_sig_data_request(struct sk_buff *skb,
{ {
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
struct nas_ue_dc_element *p; struct nas_ue_dc_element *p;
char data_type = 'A'; //char data_type = 'A';
int bytes_wrote=0; int bytes_wrote=0;
// Start debug information // Start debug information
...@@ -466,7 +466,7 @@ void nas_mesh_DC_send_peer_sig_data_request(struct cx_entity *cx, uint8_t sig_ca ...@@ -466,7 +466,7 @@ void nas_mesh_DC_send_peer_sig_data_request(struct cx_entity *cx, uint8_t sig_ca
struct nas_ue_dc_element *p; struct nas_ue_dc_element *p;
uint8_t nas_data[10]; uint8_t nas_data[10];
unsigned int nas_length; unsigned int nas_length;
char data_type = 'Z'; //char data_type = 'Z';
int bytes_wrote=0; int bytes_wrote=0;
// Start debug information // Start debug information
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment