Fixed several warnings
This commit is contained in:
parent
8bd240c93f
commit
1fbbaaae9b
15 changed files with 36 additions and 81 deletions
|
@ -62,7 +62,11 @@ public:
|
|||
// Inherits coord_t x, y
|
||||
};
|
||||
|
||||
#define DEBUG_INTERSECTIONLINE (! defined(NDEBUG) || defined(SLIC3R_DEBUG_SLICE_PROCESSING))
|
||||
#if (! defined(NDEBUG) || defined(SLIC3R_DEBUG_SLICE_PROCESSING))
|
||||
#define DEBUG_INTERSECTION_LINE 1
|
||||
#else
|
||||
#define DEBUG_INTERSECTION_LINE 0
|
||||
#endif
|
||||
|
||||
class IntersectionLine : public Line
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue