Remove MSVC C4297 warning suppression (Issue 19)

pull/394/head
Jeffrey Walton 2017-03-15 08:08:43 -04:00
parent 46c9cc725c
commit 01cea29692
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 0 additions and 5 deletions

View File

@ -3,11 +3,6 @@
#include "pch.h"
#include "config.h"
// TODO: fix this when more complete C++11 support is cut-in
#if CRYPTOPP_MSC_VERSION
# pragma warning(disable: 4297)
#endif
#ifndef CRYPTOPP_IMPORTS
#if !defined(NO_OS_DEPENDENCE) && defined(THREADS_AVAILABLE)