From: Martin Kretzschmar Date: Sun, 27 Apr 2003 16:27:41 +0000 (+0000) Subject: make static (gpdf_properties_display_class_init): install dispose X-Git-Tag: GPDF_0_101~1 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=326510ce8be168a961dcc29fd3d19cd51c44327b;p=evince.git make static (gpdf_properties_display_class_init): install dispose * xpdf/pdf-properties-display.c (gpdf_gtk_label_make_bold): make static (gpdf_properties_display_class_init): install dispose implementation * xpdf/pdf-info-dict-util.cc (pdf_doc_process_properties): format file size with %ld, not %d * xpdf/page-control.c: #include stdlib.h for strtol * xpdf/gpdf-view.cc (canonical_multiple_of_90): return statement was missing, I wonder why it worked (gpdf_view_key_press_event): silence warning (gpdf_view_key_press_event): ditto * xpdf/GPOutputDev.cc (initBase14Fonts): use guint as array index * xpdf/BonoboStream.cc (bfseek): silence warning * shell/gpdf.c (open_request_logger): don't define if not debugging * shell/gpdf-uri-input.h: add missing prototypes * shell/gpdf-uri-input.c (gpdf_uri_input_open_uri_list): add missing return type * xpdf/Makefile.am, shell/Makefile.am, configure.in: use maximum compiler warnings --- diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am index 3a196119..0eb235e7 100644 --- a/pdf/xpdf/Makefile.am +++ b/pdf/xpdf/Makefile.am @@ -5,6 +5,7 @@ INCLUDES = \ -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -DGNOMEICONDIR=\""$(datadir)/pixmaps"\" \ $(EXTRA_GNOME_CFLAGS) \ + $(WARN_CFLAGS) \ $(libpaper_CFLAGS) if WITH_GNOME