Skip to content

Commit

Permalink
Cleared GCC/Clang waning on unknown pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader committed Jun 8, 2015
1 parent 989f98c commit e4fd395
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
#define CRYPTOPP_DEFAULT_NO_DLL

#include "dll.h"
#pragma warning(default: 4660)

#ifdef _MSC_VER
# pragma warning(default: 4660)
#endif

#if defined(CRYPTOPP_EXPORTS) && defined(CRYPTOPP_WIN32_AVAILABLE)
#include <windows.h>
Expand Down

0 comments on commit e4fd395

Please sign in to comment.