added pragmas to get rid of warnings.
This commit is contained in:
parent
ba841a1929
commit
4fd64203c2
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,10 @@
|
|||
#include "vcs_species_thermo.h"
|
||||
#include "vcs_internal.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#pragma warning(disable:4996)
|
||||
#endif
|
||||
|
||||
namespace VCSnonideal {
|
||||
|
||||
/******************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue