+ restore lost changes, improve whitspaces, suppress useless MSVC warnings

This commit is contained in:
wmayer
2014-08-28 12:37:42 +02:00
parent f4e7a2e2a0
commit 5c269996b8
8 changed files with 16 additions and 8 deletions

View File

@@ -100,7 +100,7 @@ void PartExport initPart()
#endif
App::Application::Config()["OCC_VERSION"] = str.str();
Base::Console().Log("Module: Part\n");
Base::Console().Log("Module: Part\n");
// This is highly experimental and we should keep an eye on it
// if we have mysterious crashes

View File

@@ -36,6 +36,6 @@ ParGrp.SetString("WorkBenchName", "Points Design")
# Append the open handler
FreeCAD.EndingAdd("Point formats (*.asc)","Points")
FreeCAD.EndingAdd("Ply points (*.ply)","Points")
FreeCAD.EndingAdd("PLY points (*.ply)","Points")

View File

@@ -39,6 +39,12 @@
# define PointsExport
#endif
#ifdef _MSC_VER
# pragma warning(disable : 4181)
# pragma warning(disable : 4275)
# pragma warning(disable : 4305)
#endif
#ifdef _PreComp_
// standard