I still get these:

../target/i386/tcg/seg_helper.c: In function ‘switch_tss_ra’:
../target/i386/tcg/seg_helper.c:344:22: warning: declaration of ‘ptr’ shadows a 
previous local [-Wshadow=compatible-local]
  344 |         target_ulong ptr;
      |                      ^~~
../target/i386/tcg/seg_helper.c:245:18: note: shadowed declaration is here
  245 |     target_ulong ptr;
      |                  ^~~
../target/i386/tcg/seg_helper.c:345:18: warning: declaration of ‘e2’ shadows a 
parameter [-Wshadow=compatible-local]
  345 |         uint32_t e2;
      |                  ^~
../target/i386/tcg/seg_helper.c:235:48: note: shadowed declaration is here
  235 |                          uint32_t e1, uint32_t e2, int source,
      |                                       ~~~~~~~~~^~
../target/i386/tcg/seg_helper.c:402:22: warning: declaration of ‘ptr’ shadows a 
previous local [-Wshadow=compatible-local]
  402 |         target_ulong ptr;
      |                      ^~~
../target/i386/tcg/seg_helper.c:245:18: note: shadowed declaration is here
  245 |     target_ulong ptr;
      |                  ^~~
../target/i386/tcg/seg_helper.c:403:18: warning: declaration of ‘e2’ shadows a 
parameter [-Wshadow=compatible-local]
  403 |         uint32_t e2;
      |                  ^~
../target/i386/tcg/seg_helper.c:235:48: note: shadowed declaration is here
  235 |                          uint32_t e1, uint32_t e2, int source,
      |                                       ~~~~~~~~~^~


Reply via email to