mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0025734: GCC warnings in Android build
Warnings were fixed. Fixed wrong re-initialization.
This commit is contained in:
@@ -40,8 +40,7 @@ void RWStepAP214_RWAppliedDocumentReference::ReadStep
|
||||
// --- inherited field : source ---
|
||||
|
||||
Handle(TCollection_HAsciiString) asource;
|
||||
Standard_Boolean stat2;
|
||||
stat2 = data->ReadString (num,2,"source",ach,asource);
|
||||
data->ReadString (num,2,"source",ach,asource);
|
||||
|
||||
|
||||
// --- own field : items ---
|
||||
|
@@ -40,8 +40,7 @@ void RWStepAP214_RWAutoDesignDocumentReference::ReadStep
|
||||
// --- inherited field : source ---
|
||||
|
||||
Handle(TCollection_HAsciiString) asource;
|
||||
Standard_Boolean stat2;
|
||||
stat2 = data->ReadString (num,2,"source",ach,asource);
|
||||
data->ReadString (num,2,"source",ach,asource);
|
||||
|
||||
|
||||
// --- own field : items ---
|
||||
|
Reference in New Issue
Block a user