diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-31 09:31:14 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-31 15:18:35 +0100 |
commit | fc581c50bd535d4bcaf4f21619c813101b8aef24 (patch) | |
tree | 42cb470517431bbe00ed37a5cbb45d8ed97a9ad3 /cli/mmcli-output.c | |
parent | f6611793105f4714ebc594c3046960b8ae94c62a (diff) |
pantech: fix warnings with -Wdiscarded-qualifiers
pantech/mm-plugin-pantech.c:69:7: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
69 | { "ATE0", 3, port_probe_response_processor_is_pantech_at },
| ^~~~~~
pantech/mm-plugin-pantech.c:70:7: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
70 | { "ATE0", 3, port_probe_response_processor_is_pantech_at },
| ^~~~~~
pantech/mm-plugin-pantech.c:71:7: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
71 | { "ATE0", 3, port_probe_response_processor_is_pantech_at },
| ^~~~~~
Diffstat (limited to 'cli/mmcli-output.c')
0 files changed, 0 insertions, 0 deletions