]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/LaRCsim/ls_types.h
Latest round of JSBim updates.
[flightgear.git] / src / FDM / LaRCsim / ls_types.h
index c778e1df7940482a8171ef4a443770f1ad5daa16..a351e99f064c3f1adba86fb02345db865da177f2 100644 (file)
        MODIFICATION HISTORY:
        
        DATE    PURPOSE                                         BY
-       
+       19 MAY 2001 Reduce MSVC6 warnings   Geoff R. McLane
 --------------------------------------------------------------------------*/
 
 #ifndef _LS_TYPES_H
 #define _LS_TYPES_H
 
+#ifdef _MSC_VER
+#pragma warning(disable: 4244) // conversion from double to float
+#pragma warning(disable: 4305) // truncation from const double to float
+#endif /* _MSC_VER */
 
 /* SCALAR type is used throughout equations of motion code - sets precision */