Hey folks,
I'm getting a bunch of warnings during migration - all are the same, referencing various objects in different PBLs.
Example (Just 1 of 14 generated):
PFCAPSRV.PBL(pfc_n_cst_dwcache).23: Warning C0190: Instance variables of local structure type ('os_cachelist') will be implicitly private in the next release.
Note: os_cachelist is defined as istr_cachelist[]
Since they're all on what I assume are 'as-shipped' PBLs, searching the application for istr_cachelist (or any of the others) yields a good number of results.
Any idea if I should be worried about this? Currently migrating from PB 11.2 to PB 2017 R2, Build 1769. I'll worry about moving to a newer release after I know I can get this to run.
Had similar warnings on another, much simpler app, but this is a much bigger one.
Thanks in advance for your help,
Jim