+# pragma warning(disable:4001) /* non standard extension used: single line comment */
#include "wx/setup.h"
#include <math.h>
}
}
- /* disable the warning about 'possible loss of data' */
+ /* disable the warning about 'possible loss of data' & 'conversion between diff types' */
#ifdef _MSC_VER
#pragma warning(disable: 4244)
+ #pragma warning(disable: 4135)
#endif /* Visual C++ */
bytes[0] = (expon >> 8) & 0xff;
#ifdef _MSC_VER
#pragma warning(default: 4244)
+ #pragma warning(default: 4135)
#endif /* Visual C++ */
}