Bug #92102 Add error tags and suppress selected warnings when building with developerstudio
Submitted: 21 Aug 2018 12:30 Modified: 31 Aug 2018 13:39
Reporter: Dyre Tjeldvoll Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[21 Aug 2018 12:30] Dyre Tjeldvoll
Description:
Developerstudio issues a lot warnings which are not reported by other compilers, and some of these are triggered by code patterns commonly used in the MySQL code base. This results in a lot of warning noise.

How to repeat:
Build with developerstudio

Suggested fix:
Add -errtags so that each warning is printed with an a tag (identifier). Add -erroff=<taglist> for warnings resulting from common code patterns which are not diagnosed by other compilers.
[31 Aug 2018 13:39] Paul DuBois
Posted by developer:
 
Fixed in 8.0.14.

Configuration/build cleanup. No changelog entry needed.