Disable "secure" warnings in format.cc too.

This commit is contained in:
Victor Zverovich 2012-12-16 15:06:31 -08:00
parent eb7cc675a6
commit d53f209626

View File

@ -25,6 +25,9 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// Disable useless MSVC warnings.
#define _CRT_SECURE_NO_WARNINGS
#include "format.h"
#include <stdint.h>