openh264/codec/console/dec
Martin Storsjö efdb58dae5 Silence MSVC warnings about "unsafe" standard C functions in console apps
Within the libraries themselves, we use other wrapper functions to
make sure the functions are used safely, but this wrapper layer isn't
available outside of the library in the console apps. The usage of these
functions is safe here, so silence the warnings.

This gets rid of all warnings when building with MSVC in 32 bit mode,
making it much easier to spot new warnings.
2014-04-11 11:27:44 +03:00
..
inc Remove unused files about macos bundle loading from the console tools 2014-01-21 14:59:41 +02:00
src Silence MSVC warnings about "unsafe" standard C functions in console apps 2014-04-11 11:27:44 +03:00
targets.mk Remove unused *_LIBS make variables 2014-03-25 10:13:29 +02:00