mirror of https://github.com/CGAL/cgal
Fix disable/enable warnings; Fix indentation
This commit is contained in:
parent
df2e978158
commit
07b0ddf9a5
|
|
@ -119,7 +119,7 @@ namespace parameters {
|
|||
|
||||
// -----------------------------------
|
||||
// Parameters
|
||||
//
|
||||
// -----------------------------------
|
||||
|
||||
// see <CGAL/config.h>
|
||||
CGAL_PRAGMA_DIAG_PUSH
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include <CGAL/license/Surface_mesher.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
|
|
@ -74,4 +75,6 @@ namespace CGAL {
|
|||
};
|
||||
} // end namespace CGAL, second occurrence.
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_MULTI_SURFACE_3_H
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include <CGAL/license/Surface_mesher.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
#include <list>
|
||||
#include <algorithm>
|
||||
|
|
@ -156,5 +157,6 @@ namespace CGAL {
|
|||
|
||||
} // namespace CGAL
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_SURFACE_MESHER_COMBINING_ORACLE_H
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
#include <CGAL/license/TDS_3.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
|
|
@ -4011,4 +4012,6 @@ count_cells(size_type & i, bool verbose, int level) const
|
|||
|
||||
} //namespace CGAL
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_TRIANGULATION_DATA_STRUCTURE_3_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue