Fix disable/enable warnings; Fix indentation

This commit is contained in:
Andreas Fabri 2018-02-13 14:15:38 +00:00
parent df2e978158
commit 07b0ddf9a5
4 changed files with 9 additions and 1 deletions

View File

@ -119,7 +119,7 @@ namespace parameters {
// ----------------------------------- // -----------------------------------
// Parameters // Parameters
// // -----------------------------------
// see <CGAL/config.h> // see <CGAL/config.h>
CGAL_PRAGMA_DIAG_PUSH CGAL_PRAGMA_DIAG_PUSH

View File

@ -23,6 +23,7 @@
#include <CGAL/license/Surface_mesher.h> #include <CGAL/license/Surface_mesher.h>
#include <CGAL/disable_warnings.h>
namespace CGAL { namespace CGAL {
@ -74,4 +75,6 @@ namespace CGAL {
}; };
} // end namespace CGAL, second occurrence. } // end namespace CGAL, second occurrence.
#include <CGAL/enable_warnings.h>
#endif // CGAL_MULTI_SURFACE_3_H #endif // CGAL_MULTI_SURFACE_3_H

View File

@ -25,6 +25,7 @@
#include <CGAL/license/Surface_mesher.h> #include <CGAL/license/Surface_mesher.h>
#include <CGAL/disable_warnings.h>
#include <list> #include <list>
#include <algorithm> #include <algorithm>
@ -156,5 +157,6 @@ namespace CGAL {
} // namespace CGAL } // namespace CGAL
#include <CGAL/enable_warnings.h>
#endif // CGAL_SURFACE_MESHER_COMBINING_ORACLE_H #endif // CGAL_SURFACE_MESHER_COMBINING_ORACLE_H

View File

@ -28,6 +28,7 @@
#include <CGAL/license/TDS_3.h> #include <CGAL/license/TDS_3.h>
#include <CGAL/disable_warnings.h>
#include <CGAL/basic.h> #include <CGAL/basic.h>
@ -4011,4 +4012,6 @@ count_cells(size_type & i, bool verbose, int level) const
} //namespace CGAL } //namespace CGAL
#include <CGAL/enable_warnings.h>
#endif // CGAL_TRIANGULATION_DATA_STRUCTURE_3_H #endif // CGAL_TRIANGULATION_DATA_STRUCTURE_3_H