Fixed warning w/ gcc 4.2

This commit is contained in:
Laurent Saboret 2007-05-30 15:31:15 +00:00
parent ecdbf1291b
commit 67cae5acb5
1 changed files with 2 additions and 3 deletions

View File

@ -29,7 +29,6 @@
#include <boost/shared_ptr.hpp>
#include <cassert>
#include <stdio.h>
CGAL_BEGIN_NAMESPACE
@ -84,7 +83,7 @@ public:
#ifdef DEBUG_TRACE
// Turn on TAUCS trace
std::cerr.flush();
taucs_logfile("stderr");
taucs_logfile((char*)"stderr");
#endif
try
@ -164,7 +163,7 @@ public:
#ifdef DEBUG_TRACE
// Turn on TAUCS trace
std::cerr.flush();
taucs_logfile("stderr");
taucs_logfile((char*)"stderr");
#endif
try