mirror of https://github.com/CGAL/cgal
Disable workaround for a warning as I suspect it is obsolete.
This commit is contained in:
parent
34dc685922
commit
1caa856e2f
|
|
@ -30,7 +30,7 @@ CGAL_BEGIN_NAMESPACE
|
||||||
|
|
||||||
// Actually, we should better list the compilers which are inferior, i.e.
|
// Actually, we should better list the compilers which are inferior, i.e.
|
||||||
// the others, which need the additional useless code.
|
// the others, which need the additional useless code.
|
||||||
#if !defined(__BORLANDC__) && !defined(__PGI)
|
#if 1 // !defined(__BORLANDC__) && !defined(__PGI) // Try to see which compiler warn these days.
|
||||||
# define CGAL_REMOVE_FLOW_WARNING
|
# define CGAL_REMOVE_FLOW_WARNING
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue