Fix various typos and grammatical issues
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
#include <FCConfig.h>
|
||||
|
||||
// here get the warnings of too long specifiers disabled
|
||||
// point at which warnings of overly long specifiers disabled
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning( disable : 4251 )
|
||||
#pragma warning( disable : 4273 )
|
||||
|
||||
@@ -307,7 +307,7 @@ typedef unsigned __int64 uint64_t;
|
||||
#include <FCGlobal.h>
|
||||
|
||||
//**************************************************************************
|
||||
// here get the warnings of too long specifiers disabled (needed for VC6)
|
||||
// point at which warnings of overly long specifiers disabled (needed for VC6)
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning( disable : 4251 )
|
||||
//# pragma warning( disable : 4503 )
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// here get the warnings of too long specifiers disabled (needed for VC6)
|
||||
// point at which warnings of overly long specifiers disabled (needed for VC6)
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning( disable : 4251 )
|
||||
#pragma warning( disable : 4273 )
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include <FCConfig.h>
|
||||
|
||||
#ifdef _PreComp_
|
||||
/// here get the warnings of too long specifiers disabled (needed for VC6)
|
||||
/// point at which warnings of overly long specifiers disabled (needed for VC6)
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning( disable : 4251 )
|
||||
# pragma warning( disable : 4503 )
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#include <FCConfig.h>
|
||||
|
||||
// here get the warnings of too long specifiers disabled (needed for VC6)
|
||||
// point at which warnings of overly long specifiers disabled (needed for VC6)
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning(disable : 4005)
|
||||
# pragma warning(disable : 4251)
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include <FCConfig.h>
|
||||
|
||||
|
||||
/// here get the warnings of to long specifieres disabled (needet for VC6)
|
||||
/// point at which warnings of overly long specifiers disabled (needet for VC6)
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning( disable : 4251 )
|
||||
# pragma warning( disable : 4275 )
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include <FCConfig.h>
|
||||
|
||||
|
||||
// here get the warnings of too long specifiers disabled (needed for VC6)
|
||||
// point at which warnings of overly long specifiers disabled (needed for VC6)
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning(disable : 4005)
|
||||
# pragma warning(disable : 4251)
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
#ifdef _PreComp_
|
||||
|
||||
/// here get the warnings of to long specifieres disabled (needed for VC6)
|
||||
/// point at which warnings of overly long specifiers disabled (needed for VC6)
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning( disable : 4251 )
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
#include <FCConfig.h>
|
||||
|
||||
// here get the warnings of too long specifiers disabled (needed for VC6)
|
||||
// point at which warnings of overly long specifiers disabled (needed for VC6)
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning( disable : 4251 )
|
||||
# pragma warning( disable : 4503 )
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
#include <FCConfig.h>
|
||||
|
||||
// here get the warnings of too long specifiers disabled (needed for VC6)
|
||||
// point at which warnings of overly long specifiers disabled (needed for VC6)
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning( disable : 4005 )
|
||||
# pragma warning( disable : 4251 )
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
#include <Mod/Part/PartGlobal.h>
|
||||
|
||||
// here get the warnings of too long specifiers disabled (needed for VC6)
|
||||
// point at which warnings of overly long specifiers disabled (needed for VC6)
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning( disable : 4251 )
|
||||
# pragma warning( disable : 4275 )
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#include <Mod/Part/PartGlobal.h>
|
||||
|
||||
// here get the warnings of too long specifiers disabled (needed for VC6)
|
||||
// point at which warnings of overly long specifiers disabled (needed for VC6)
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning( disable : 4251 )
|
||||
# pragma warning( disable : 4503 )
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
#include <FCConfig.h>
|
||||
|
||||
// here get the warnings of too long specifiers disabled (needed for VC6)
|
||||
// point at which warnings of overly long specifiers disabled (needed for VC6)
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning( disable : 4181 )
|
||||
# pragma warning( disable : 4305 )
|
||||
|
||||
@@ -288,7 +288,7 @@ void SolverReportingManager::LogToConsole(const std::string& str)
|
||||
if(str.size() < Base::Console().BufferSize)
|
||||
Base::Console().Log(str.c_str());
|
||||
else
|
||||
Base::Console().Log("SolverReportingManager - Too long string suppressed");
|
||||
Base::Console().Log("SolverReportingManager - Overly long string suppressed");
|
||||
}
|
||||
|
||||
void SolverReportingManager::LogToFile(const std::string& str)
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include <FCConfig.h>
|
||||
|
||||
|
||||
// here get the warnings of too long specifiers disabled (needed for VC6)
|
||||
// point at which warnings of overly long specifiers disabled (needed for VC6)
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning( disable : 4251 )
|
||||
# pragma warning( disable : 4275 )
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include <FCConfig.h>
|
||||
|
||||
|
||||
// here get the warnings of too long specifiers disabled (needed for VC6)
|
||||
// point at which warnings of overly long specifiers disabled (needed for VC6)
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning(disable : 4005)
|
||||
# pragma warning(disable : 4251)
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
#ifdef _PreComp_
|
||||
|
||||
// here get the warnings of too long specifiers disabled (needed for VC6)
|
||||
// point at which warnings of overly long specifiers disabled (needed for VC6)
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning( disable : 4251 )
|
||||
# pragma warning( disable : 4503 )
|
||||
|
||||
@@ -160,7 +160,7 @@ typedef unsigned __int64 uint64_t;
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
// here get the warnings of too long specifiers disabled (needed for VC6)
|
||||
// point at which warnings of overly long specifiers disabled (needed for VC6)
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning( disable : 4251 )
|
||||
# pragma warning( disable : 4996 ) // suppress deprecated warning for e.g. open()
|
||||
|
||||
Reference in New Issue
Block a user