]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Handle (by ignoring) Imbe_CancelReservation. Detected by Florian
authorJulian Seward <jseward@acm.org>
Sat, 11 Oct 2014 13:54:52 +0000 (13:54 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 11 Oct 2014 13:54:52 +0000 (13:54 +0000)
Krohm when compiling with -Wswitch-enum.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14618

helgrind/hg_main.c

index d346fb9f53607ed1cbc9bcecff213c4cd678200d..d1b72d0d0e42bf3073b82542666ecad873664bfe 100644 (file)
@@ -4558,6 +4558,7 @@ IRSB* hg_instrument ( VgCallbackClosure* closure,
          case Ist_MBE:
             switch (st->Ist.MBE.event) {
                case Imbe_Fence:
+               case Imbe_CancelReservation:
                   break; /* not interesting */
                default:
                   goto unhandled;