Skip to content
Snippets Groups Projects
Commit 0fef0959 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Looks like I just need to live with the warning for now.

Maybe I'll figure out how to fix it later.
parent ef6b1fea
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -64,15 +64,8 @@
typedef struct sftp_tx_pkt {
uint32_t sz;
uint32_t used;
union {
struct {
uint8_t type;
uint8_t data[];
};
struct {
uint8_t tdata[];
};
};
uint8_t type;
uint8_t data[];
} *sftp_tx_pkt_t;
typedef struct sftp_rx_pkt {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment