[Git][ghc/ghc][wip/tsan/fixes-2] rts: Fix warning

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Mon Jun 26 13:26:05 UTC 2023



Ben Gamari pushed to branch wip/tsan/fixes-2 at Glasgow Haskell Compiler / GHC


Commits:
424e1e99 by Ben Gamari at 2023-06-26T09:25:57-04:00
rts: Fix warning

- - - - -


1 changed file:

- rts/TraverseHeap.c


Changes:

=====================================
rts/TraverseHeap.c
=====================================
@@ -1247,6 +1247,7 @@ inner_loop:
             traversePushClosure(ts, tso->block_info.closure, c, sep, child_data);
             break;
         default:
+            break;
         }
         goto loop;
     }



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/424e1e998021639fdea8ef5a238ebc7af6abf319

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/424e1e998021639fdea8ef5a238ebc7af6abf319
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230626/47bc47fc/attachment.html>


More information about the ghc-commits mailing list