Compiler News ... hopefully nonsense
**** GCC 10.2.1 : BUILDING CHDK-CHDK_DE, #1.6.0-6087 FOR sx280hs-102b
In file included from cpuinfo.c:50:
cpuinfo_v7.c: In function 'memmapping_vmsa':
cpuinfo_v7.c:1432:43: warning: 'mmuregs.ttbcr' is used uninitialized in this function [-Wuninitialized]
1432 | unsigned tt0len = 128 << (7 - (mmuregs.ttbcr & 7));
| ~~~~~~~^~~~~~
cpuinfo_v7.c:1433:30: warning: 'mmuregs.ttbr0' is used uninitialized in this function [-Wuninitialized]
1433 | unsigned tt0adr = mmuregs.ttbr0 & 0xffffff80;
| ~~~~~~~^~~~~~
cpuinfo_v7.c:1434:30: warning: 'mmuregs.ttbr1' is used uninitialized in this function [-Wuninitialized]
1434 | unsigned tt1adr = mmuregs.ttbr1 & 0xffffff80;
| ~~~~~~~^~~~~~