diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-31 10:13:35 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-31 15:18:35 +0100 |
commit | 1fa7e1260d8b3c588c65ecb0c0f5d589ab61b1be (patch) | |
tree | 13220c1ddde591c383615ca83ff7f9df2e75901b /test/mmtty.c | |
parent | 1216e887168c580b5cd868dfa3f798ab90a43001 (diff) |
cli: fix warnings with -Wshadow
mmcli-manager.c: In function ‘context_free’:
mmcli-manager.c:167:24: error: declaration of ‘ctx’ shadows a global declaration [-Werror=shadow]
167 | context_free (Context *ctx)
| ~~~~~~~~~^~~
mmcli-manager.c:51:17: note: shadowed declaration is here
51 | static Context *ctx;
| ^~~
...
Diffstat (limited to 'test/mmtty.c')
0 files changed, 0 insertions, 0 deletions