diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-01-16 13:27:19 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-01-16 13:38:49 -0800 |
commit | 36ffdb5239a5f29179a0e09c839089e1704031ed (patch) | |
tree | 2ab220786ccc06a8da632398ad26d262b39a9e36 /man | |
parent | 7899231c65d68d3b0cef0c5a3a5553d9d566ebdc (diff) |
v4l.c: In function 'AddV4LEnc':
v4l.c:920:16: warning: passing argument 1 of 'sprintf' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
920 | sprintf(enc->name,"%s-%s",norm,fixname(input));
| ~~~^~~~~~
In file included from v4l.c:20:
/usr/include/stdio.h:363:38: note: expected 'char * restrict' but argument is of type 'const char *'
363 | extern int sprintf (char *__restrict __s,
| ~~~~~~~~~~~~~~~~~^~~
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man')
0 files changed, 0 insertions, 0 deletions