Skip to content

meson: Suppress some noisy build warnings on MSVC build

Seungha Yang requested to merge seungha.yang/ffmpeg:msvc-warning-supp into meson-4.1
warning C4819: The file contains a character that cannot be represented in the current code page (949). 
               Save the file in Unicode format to prevent data loss
warning C4114: same type qualifier used more than once
warning C4028: formal parameter {n} different from declaration
warning C4090: 'function': different 'const' qualifiers

Merge request reports