summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-01-16 13:18:16 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-01-16 13:18:16 +0000
commit94ba77987097e4016a4aa77469f77854aeb2b6ef (patch)
tree30f44632c32e49126a024d09a4ee5d290dd90356 /modules
parentbe820c5dc410ea65638b7798733159f0ea9906f1 (diff)
downloadgtk+-94ba77987097e4016a4aa77469f77854aeb2b6ef.tar.gz
Silence the compiler.
2006-01-16 Matthias Clasen <mclasen@redhat.com> * pixbuf-draw.c (draw_gap_image): Silence the compiler.
Diffstat (limited to 'modules')
-rw-r--r--modules/engines/pixbuf/ChangeLog5
-rw-r--r--modules/engines/pixbuf/pixbuf-draw.c3
2 files changed, 8 insertions, 0 deletions
diff --git a/modules/engines/pixbuf/ChangeLog b/modules/engines/pixbuf/ChangeLog
index fd72931d10..882fe796a7 100644
--- a/modules/engines/pixbuf/ChangeLog
+++ b/modules/engines/pixbuf/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-16 Matthias Clasen <mclasen@redhat.com>
+
+ * pixbuf-draw.c (draw_gap_image): Silence the
+ compiler.
+
2005-11-17 Matthias Clasen <mclasen@redhat.com>
* pixbuf-rc-style.c: const correctness fixes
diff --git a/modules/engines/pixbuf/pixbuf-draw.c b/modules/engines/pixbuf/pixbuf-draw.c
index 8b220da0a4..13b84e0295 100644
--- a/modules/engines/pixbuf/pixbuf-draw.c
+++ b/modules/engines/pixbuf/pixbuf-draw.c
@@ -296,6 +296,9 @@ draw_gap_image(GtkStyle *style,
r3.width = thickness;
r3.height = height - (gap_x + gap_width);
break;
+
+ default:
+ g_assert_not_reached ();
}
if (image->background)