Allow to pre-seed Tabbable detached state.
[ardour.git] / libs / gtkmm2ext / cairocell.cc
index 4de898c8323fa631c2e8f0cbb5b5b5d944067517..7ce77355b6e883f665e91d7fbe7563bb87004e4e 100644 (file)
@@ -79,6 +79,10 @@ CairoFontDescription::CairoFontDescription (Pango::FontDescription& fd)
                _weight = Cairo::FONT_WEIGHT_BOLD;
                break;
 
+       /* to silence warnings when compiling with newer pango versions. */
+       default:
+               _weight = Cairo::FONT_WEIGHT_NORMAL;
+               break;
        }
 
        face = fd.get_family();