Added pragmas to reduce warnings.
This commit is contained in:
parent
e8343d8d9b
commit
9dee9afb8b
1 changed files with 4 additions and 0 deletions
|
|
@ -21,6 +21,10 @@
|
|||
#include "ct_defs.h"
|
||||
#include "utilities.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#pragma warning(disable:4996)
|
||||
#endif
|
||||
|
||||
namespace Cantera {
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue