Opened 9 years ago
Closed 9 years ago
#5103 closed defect (fixed)
Invalid format string in ffserver.c
Reported by: | Jeremy Huddleston | Owned by: | |
---|---|---|---|
Priority: | minor | Component: | ffserver |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
The following was observed when building N-77414-g484cc66 and should probably be fixed:
ffserver.c:3856:60: warning: format specifies type 'long long' but the argument has type 'time_t' (aka 'long') [-Wformat] feed->filename, (int64_t) pid, status, uptime); ^~~~~~ 1 warning generated.
Change History (2)
comment:1 by , 9 years ago
Priority: | normal → minor |
---|---|
Status: | new → open |
Version: | unspecified → git-master |
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
Note:
See TracTickets
for help on using tickets.
Patch sent.