fix warnings on vs2017
This commit is contained in:
@@ -11,6 +11,9 @@ terms of the MIT license. A copy of the license can be found in the file
|
||||
#include <stdio.h> // fputs, stderr
|
||||
#include <string.h> // memset
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER < 1920)
|
||||
#pragma warning(disable:4204) // non-constant aggregate initializer
|
||||
#endif
|
||||
|
||||
/* -----------------------------------------------------------
|
||||
Statistics operations
|
||||
|
||||
Reference in New Issue
Block a user