6b0d1ce49bf572fb3bd36d83fb0fa8826505f908
The non-template functions for getting subfields of a PVStructure, such as PVStructure::getIntField were marked as deprecated in the 4.4 release and now generate build warnings. Replace calls of these functions with calls of the template function getSubField, e.g. getSubField<PVInt>.
Description
Languages
C++
98%
Makefile
1.6%
C
0.3%