diff options
author | Staale Smedseng <staale.smedseng@sun.com> | 2010-03-14 17:01:45 +0100 |
---|---|---|
committer | Staale Smedseng <staale.smedseng@sun.com> | 2010-03-14 17:01:45 +0100 |
commit | 3f4d8edb84a2980f636d27b40244edfa98cbdfe4 (patch) | |
tree | 58c6509541b2a20be10d2701ee31d4394c45ad8a /sql/sp_cache.cc | |
parent | 0e9451186d8812d405d5659f943427bb2beb57e5 (diff) | |
download | mariadb-git-3f4d8edb84a2980f636d27b40244edfa98cbdfe4.tar.gz |
Bug #49829 Many "hides virtual function" warnings with
SunStudio
SunStudio compilers of late warn about methods that might hide
methods in base classes due to the use of overloading combined
with overriding. SunStudio also warns about variables defined
in local socpe or method arguments that have the same name as
a member attribute of the class.
This patch renames methods that might hide base class methods,
to make it easier both for humans and compilers to see what is
actually called. It also renames variables in local scope.
Diffstat (limited to 'sql/sp_cache.cc')
0 files changed, 0 insertions, 0 deletions