Bug #92335 Fix -Wshadow-field warnings
Submitted: 7 Sep 2018 8:19 Modified: 19 Sep 2018 19:14
Reporter: Jon Olav Hauglid Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0.14 OS:Any
Assigned to: CPU Architecture:Any

[7 Sep 2018 8:19] Jon Olav Hauglid
Description:
Clang's -Wshadow-field compilation option warns if a subclass has a member that shadows a protected/public member in a superclass.
This is at best confusing code and should be fixed.

How to repeat:
Compile with -Wshadow-field.
[19 Sep 2018 19:14] Paul DuBois
Posted by developer:
 
Fixed in 8.0.14.

Code cleanup. No changelog entry needed.