Fixed: Warning about ineffective const
As a return value, it does not make any difference whether thepointer value itself is const.
(The warning was from clang.)
View differences
Fixed: Warning about ineffective const
As a return value, it does not make any difference whether the
pointer value itself is const.
(The warning was from clang.)