summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-16 13:27:19 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-16 13:38:49 -0800
commit36ffdb5239a5f29179a0e09c839089e1704031ed (patch)
tree2ab220786ccc06a8da632398ad26d262b39a9e36 /configure.ac
parent7899231c65d68d3b0cef0c5a3a5553d9d566ebdc (diff)
Fix -Wdiscarded-qualifiers warning in AddV4LEnc()HEADmaster
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 'configure.ac')
0 files changed, 0 insertions, 0 deletions