Fixed compiler warning

This commit is contained in:
deve 2016-10-05 10:56:40 +02:00
parent bd42f2c2df
commit 7a82a8d2c6

View File

@ -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;