osmo-bsc/src
Pau Espin 9d075ea6f7 pcu_sock.c: Avoid breaking strict-aliasing on ptr derreference
Fixes following warning:
pcu_sock.c: In function 'pcu_rx_data_req':
pcu_sock.c:406:3: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
   tlli = *((uint32_t *)data_req->data);
   ^

Change-Id: I5c93487c72d15b061e73ed4f9acbf2e77dec967a
2018-03-18 17:31:49 +00:00
..
ipaccess ipaccess-config: Check cmdlie arg unit-id format 2018-03-16 18:54:44 +00:00
libbsc pcu_sock.c: Avoid breaking strict-aliasing on ptr derreference 2018-03-18 17:31:49 +00:00
libfilter libcommon_cs: move gsm48 bits to libbsc 2018-02-14 12:55:45 +01:00
osmo-bsc introduce an osmo_fsm for gsm_subscriber_connection 2018-03-16 18:49:47 +00:00
osmo-bsc_nat drop libcommon-cs completely 2018-02-14 12:55:45 +01:00
utils introduce an osmo_fsm for gsm_subscriber_connection 2018-03-16 18:49:47 +00:00
Makefile.am drop libcommon-cs completely 2018-02-14 12:55:45 +01:00