Opened 11 years ago
Closed 10 years ago
#3114 closed defect (wontfix)
ffmpeg-1.2.4 compilation warnings
Reported by: | Mirraz | Owned by: | |
---|---|---|---|
Priority: | minor | Component: | undetermined |
Version: | 1.2.4 | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Building ffmpeg-1.2.4 by gcc-4.8.1 I'v got this messages:
libavcodec/libx264.c:353:35: warning: the address of ‘val’ will always evaluate as ‘true’ [-Waddress]
libavcodec/dcaenc.c:227:36: warning: iteration 256u invokes undefined behavior [-Waggressive-loop-optimizations]
Change History (3)
follow-up: 2 comment:1 by , 11 years ago
Priority: | normal → minor |
---|
comment:2 by , 11 years ago
Replying to cehoyos:
Are the warnings reproducible with current git head?
No, I haven't seen that warnings in build log of git head ffmpeg. The second (real serious) bug has been fixed by 30579b7e commit, but it hasn't been merged to ffmpeg-1.2.4
comment:3 by , 10 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I don't think this will be fixed.
Note:
See TracTickets
for help on using tickets.
Are the warnings reproducible with current git head?