[FFmpeg-trac] #9859(undetermined:new): Compilation warnings ATOMIC_VAR_INIT

FFmpeg trac at avcodec.org
Fri Sep 23 16:34:46 EEST 2022


#9859: Compilation warnings ATOMIC_VAR_INIT
-------------------------------------+-------------------------------------
             Reporter:  Jozef        |                    Owner:  (none)
  Chutka                             |
                 Type:  enhancement  |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by mkver):

 No, the atomics are only part of C11. FFmpeg has not been C90 for a long
 time; currently it is "C99 excluding variable-length arrays, with C11
 atomics very much encouraged". (There is a fallback in case atomics are
 unavailable, but you should really not use it.)
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9859#comment:11>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list