forked from Imagelibrary/rtems
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* cdtest/main.cc: Fix warnings.
This commit is contained in:
@@ -114,7 +114,7 @@ class RtemsException
|
||||
{
|
||||
public:
|
||||
|
||||
RtemsException( char *module, int ln, int err = 0 )
|
||||
RtemsException( const char *module, int ln, int err = 0 )
|
||||
: error( err ), line( ln ), file( module )
|
||||
{
|
||||
printf( "RtemsException raised=File:%s, Line:%d, Error=%X\n",
|
||||
@@ -130,7 +130,7 @@ public:
|
||||
private:
|
||||
int error;
|
||||
int line;
|
||||
char *file;
|
||||
const char *file;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user