diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2015-11-09 16:16:00 +0000 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2015-11-09 16:16:00 +0000 |
commit | d56c3cbb2cbdd9b0114e325556cb5efc434b2894 (patch) | |
tree | dd87a0bf89b4a7189e9a23e54edc22807c912ed6 /tests/logging/logging_test.err | |
parent | 61816048ce245c92b0e9e1f1fa8e68f9c8444f8f (diff) |
vty: Use NULL to have a null pointer instead of '\0'
'\0' gets translated to zero but the argument to vector_set is
a pointer and it gets converted to a pointer.
vty.c:985:21: warning: expression which evaluates to zero treated as a null pointer constant of type
'void *' [-Wnon-literal-null-conversion]
vector_set(vline, '\0');
^~~~
vty.c:1095:21: warning: expression which evaluates to zero treated as a null pointer constant of type
'void *' [-Wnon-literal-null-conversion]
vector_set(vline, '\0');
^~~~
vty.c:1097:21: warning: expression which evaluates to zero treated as a null pointer constant of type
'void *' [-Wnon-literal-null-conversion]
vector_set(vline, '\0');
^~~~
Diffstat (limited to 'tests/logging/logging_test.err')
0 files changed, 0 insertions, 0 deletions