diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-31 09:30:14 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-31 15:18:35 +0100 |
commit | f3acdcaa1b1a096dc0863eff4d3ad1b8f2a47c65 (patch) | |
tree | 15660c87372d54b9072165e34f6928523962fe5e /cli/mmcli.c | |
parent | 1f2018d52416a16242fdba4d9ca4e1280b9907c0 (diff) |
mtk: fix warnings with -Wdiscarded-qualifiers
mtk/mm-broadband-modem-mtk.c:727:6: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
727 | {"+ECSQ=2", 5, FALSE, NULL},
| ^~~~~~~~~
mtk/mm-broadband-modem-mtk.c:733:6: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
733 | {"+ECSQ=0", 5, FALSE, NULL},
| ^~~~~~~~~
Diffstat (limited to 'cli/mmcli.c')
0 files changed, 0 insertions, 0 deletions