mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-25 01:32:48 +08:00
Error on missing function prototypes with gcc
This makes it an error to not have a prototype in scope for a function with external linkage. The flag is only enabled for gcc due to -Werror=type not working with all compilers. Originally committed as revision 22313 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Reference in New Issue
Block a user