From 7a82a8d2c684f8a18ef432e828286033d62cb54f Mon Sep 17 00:00:00 2001 From: deve Date: Wed, 5 Oct 2016 10:56:40 +0200 Subject: [PATCH] Fixed compiler warning --- src/graphics/graphics_restrictions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/graphics/graphics_restrictions.cpp b/src/graphics/graphics_restrictions.cpp index 9bd290e65..f18fd904a 100644 --- a/src/graphics/graphics_restrictions.cpp +++ b/src/graphics/graphics_restrictions.cpp @@ -369,6 +369,7 @@ public: // ------------- switch(m_card_test) { + case CARD_IGNORE: break; // always true case CARD_IS: if(card!=m_card_name) return false; break;