Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2003-04-27 16:27:41 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2003-04-27 16:27:41 (GMT)
commit326510ce8be168a961dcc29fd3d19cd51c44327b (patch)
tree1ead49e8c34a67557d644fe8702b425611c7b5b2
parent074b6a437f24f7f69d35520e05a0661130af3983 (diff)
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
-rw-r--r--pdf/xpdf/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index 3a19611..0eb235e 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