diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-31 09:27:57 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-31 15:18:35 +0100 |
commit | b5c08a47bef1cf0be51d44207c85ecbfe3b0cfc4 (patch) | |
tree | ce9c795a0ac804e397c98692bf01b7248ebae45a /cli/mmcli-output.c | |
parent | 40497a3904c3b5bad2056437b15c564143d77603 (diff) |
mbm: fix warnings with -Wdiscarded-qualifiers
mbm/mm-broadband-modem-mbm.c:409:7: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
409 | { "&F", 3, FALSE, NULL },
| ^~~~
mbm/mm-broadband-modem-mbm.c:411:7: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
411 | { "*ENAP=0", 3, FALSE, NULL },
| ^~~~~~~~~
...
Diffstat (limited to 'cli/mmcli-output.c')
0 files changed, 0 insertions, 0 deletions