Skip to content

Issue #10829: Fix PDB generation warnings

Alx Sa requested to merge alxsa-fix-pdb-warnings into master

This patch attempts to resolve #10829 (closed)

On generating our PDB files, we were getting warnings about uninitialized strings.

This is because descriptions and authors had been left off three .pdb files. Adding these in resolved the warnings.

A new PDB author entry was also added for @user062 .

Merge request reports

Loading