]> www.fi.muni.cz Git - evince.git/commitdiff
make static (gpdf_properties_display_class_init): install dispose
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>
Sun, 27 Apr 2003 16:27:41 +0000 (16:27 +0000)
committerMartin Kretzschmar <mkretzschmar@src.gnome.org>
Sun, 27 Apr 2003 16:27:41 +0000 (16:27 +0000)
* 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

pdf/xpdf/Makefile.am

index 3a196119e7ae45f33665ce4d5cb4da4bd027949b..0eb235e7696c784e6dd19f76582488fe32daf0a9 100644 (file)
@@ -5,6 +5,7 @@ INCLUDES =                                                      \
         -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
        -DGNOMEICONDIR=\""$(datadir)/pixmaps"\"                 \
        $(EXTRA_GNOME_CFLAGS)                                   \
+       $(WARN_CFLAGS)                                          \
        $(libpaper_CFLAGS)
 
 if WITH_GNOME