mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024567: Coding rules - eliminate GCC warning -Wignored-qualifiers
Redundant const qualifiers of return types of functions returning values are removed
This commit is contained in:
@@ -162,7 +162,7 @@ Storage_Error DDF_IOStream::Close()
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
const Standard_CString DDF_IOStream::MagicNumber()
|
||||
Standard_CString DDF_IOStream::MagicNumber()
|
||||
{ return MAGICNUMBER; }
|
||||
|
||||
//=======================================================================
|
||||
|
@@ -210,7 +210,7 @@ private:
|
||||
|
||||
// Methods PRIVATE
|
||||
//
|
||||
static const Standard_CString MagicNumber() ;
|
||||
static Standard_CString MagicNumber() ;
|
||||
|
||||
|
||||
// Fields PRIVATE
|
||||
|
Reference in New Issue
Block a user