Closed cjoach closed 1 year ago
@cjoach Which platform/ compiler gives these warning?
Hmm interesting PR @cjoach. Looks like a decent change. Any issues @RobTillaart ?
@milesburton I checked the code and there are still a handful occurrences of bitResolution. However these are all parameters of functions and could be either device- or globalBitResolution. So they are all renamed consistently ==> no problemo with this PR. LGTM.
As always. thanks @RobTillaart . Again thanks for your contribution @cjoach
The name
bitResolution
is used in different contexts in the library and sometimes the local name shadows the class attribute. This PR modifies the names to be more explicit and remove the-Wshadow
warnings.