Fix gcc warning such as streams.h:407:44: warning: declaration of ‘data’ shadows a member of 'this'.
The fixing file "streams.h" is included in so many sources and I saw the number of the warnings were 89.
Fix gcc warning such as streams.h:407:44: warning: declaration of ‘data’ shadows a member of 'this'.
The fixing file "streams.h" is included in so many sources and I saw the number of the warnings were 89.
Fix gcc warning: declaration of ‘data’ shadows a member of 'this'
I think this is done in #9911
Just as you say. Thanks.