handle the 'default' since the matrix type is gone now
authorDana Jansens <danakj@orodu.net>
Wed, 2 Oct 2002 07:48:13 +0000 (07:48 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 2 Oct 2002 07:48:13 +0000 (07:48 +0000)
util/xftlsfonts.cc

index 3ead8ce684e61b8d7c8f0af9b243bbf7efd344a0..5f24022fa8f1abf4e213e4427ca2665065fffe67 100644 (file)
@@ -127,6 +127,9 @@ int main(int argc, char **argv) {
         case XftTypeBool:
           cout << val.u.b;
           break;
+
+        default:
+          break;
         }
       } while ((vallist = vallist->next));
       cout << endl;