In project there are some C11 features used. They are visible when we turn off warnings suppression in build.
But whole project is set to C99 to have best compatibility with FFmpeg.
So we need to clear out usage of C11 features, or discuss about using C11 standard.
In project there are some C11 features used. They are visible when we turn off warnings suppression in build. But whole project is set to C99 to have best compatibility with FFmpeg. So we need to clear out usage of C11 features, or discuss about using C11 standard.