Warnings were introduced in #20749:
0./validation.h:43:1: warning: class 'CCheckpointData' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
1class CCheckpointData;
2^
3./chainparams.h:24:8: note: previous use is here
4struct CCheckpointData {
5 ^
6./validation.h:43:1: note: did you mean struct here?
7class CCheckpointData;
8^~~~~
9struct
101 warning generated.
This change fixes AppVeyor build: https://ci.appveyor.com/project/DrahtBot/bitcoin/builds/37547435