mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-08-05 16:18:59 +02:00
Suppress win64 warning C4244: '=' : conversion from '__int64' to ' int32_t'
git-svn-id: file:///home/jj/hercules.svn/trunk@5167 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
@@ -158,6 +158,7 @@
|
||||
#include <stdio.h> // for printf [if needed]
|
||||
#include <string.h> // for strcpy
|
||||
#include <ctype.h> // for lower
|
||||
#pragma warning(disable:4244) // [for win64]
|
||||
#include "decNumber.h" // base number library
|
||||
#include "decNumberLocal.h" // decNumber local types, etc.
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
/* ------------------------------------------------------------------ */
|
||||
|
||||
#include <string.h> // for NULL
|
||||
#pragma warning(disable:4244) // [for win64]
|
||||
#include "decNumber.h" // base number library
|
||||
#include "decPacked.h" // packed decimal
|
||||
#include "decNumberLocal.h" // decNumber local types, etc.
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
/* ------------------------------------------------------------------ */
|
||||
#include <string.h> // [for memset/memcpy]
|
||||
#include <stdio.h> // [for printf]
|
||||
#pragma warning(disable:4244) // [for win64]
|
||||
|
||||
#define DECNUMDIGITS 34 // make decNumbers with space for 34
|
||||
#include "decNumber.h" // base number library
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
/* ------------------------------------------------------------------ */
|
||||
#include <string.h> // [for memset/memcpy]
|
||||
#include <stdio.h> // [for printf]
|
||||
#pragma warning(disable:4244) // [for win64]
|
||||
|
||||
#define DECNUMDIGITS 7 // make decNumbers with space for 7
|
||||
#include "decNumber.h" // base number library
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
/* ------------------------------------------------------------------ */
|
||||
#include <string.h> // [for memset/memcpy]
|
||||
#include <stdio.h> // [for printf]
|
||||
#pragma warning(disable:4244) // [for win64]
|
||||
|
||||
#define DECNUMDIGITS 16 // make decNumbers with space for 16
|
||||
#include "decNumber.h" // base number library
|
||||
|
||||
Reference in New Issue
Block a user