Disable workaround for a warning as I suspect it is obsolete.

This commit is contained in:
Sylvain Pion 2008-01-20 15:54:27 +00:00
parent 34dc685922
commit 1caa856e2f
1 changed files with 1 additions and 1 deletions

View File

@ -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