glib/test-poppler-glib.c |    2 ++
 1 file changed, 2 insertions(+)

New commits:
diff-tree 3d0df46908379bce1d196b9dc41153b1adb5f725 (from 
aba29e12528025c2cc71bf46e02e76ac4db2b193)
Author: Michael Wolf <[EMAIL PROTECTED]>
Date:   Wed Oct 3 19:43:55 2007 +0200

    Fix compile warning

diff --git a/glib/test-poppler-glib.c b/glib/test-poppler-glib.c
index 50e3ed2..007353c 100644
--- a/glib/test-poppler-glib.c
+++ b/glib/test-poppler-glib.c
@@ -232,6 +232,8 @@ form_field_button_print (PopplerFormFiel
       case POPPLER_FORM_BUTTON_RADIO:
         button_type_str = "Radio Button";
        break;
+      default:
+        g_assert_not_reached ();
     }
   
   printf ("\t\tType:\t\tButton\n");
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to