mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 22:07:15 +00:00
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* cdtest/main.cc: Fix warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* cdtest/main.cc: Fix warnings.
|
||||
|
||||
2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_ENABLE_BARE,
|
||||
|
||||
@@ -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