diff options
author | Mark Wielaard <mark@klomp.org> | 2004-10-27 00:03:06 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2004-10-27 00:03:06 +0000 |
commit | 9e6d10459a1afb84958d61d6f76dd546bd2309bc (patch) | |
tree | ac37f5b503f96c90f87b2f95415305bb08cbe898 /native/jni/gtk-peer/Makefile.am | |
parent | 4d175758e14b192206e25b5097f5d90ebae3f9f6 (diff) | |
download | classpath-9e6d10459a1afb84958d61d6f76dd546bd2309bc.tar.gz |
* native/jni/gtk-peer/Makefile.am (AM_CFLAGS): Add ERROR_CFLAGS.
* native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c
(Java_gnu_java_awt_peer_gtk_GdkGlyphVector_setText): Removed.
* native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c
(init_dpi_conversion_factor): Correct prototype.
Diffstat (limited to 'native/jni/gtk-peer/Makefile.am')
-rw-r--r-- | native/jni/gtk-peer/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/native/jni/gtk-peer/Makefile.am b/native/jni/gtk-peer/Makefile.am index 8d23fad38..4b2198006 100644 --- a/native/jni/gtk-peer/Makefile.am +++ b/native/jni/gtk-peer/Makefile.am @@ -60,6 +60,5 @@ AM_CPPFLAGS = @CLASSPATH_INCLUDES@ # Just the WARNING_CFLAGS. We cannot use the strict flags since the gtk # headers contain broken prototypes (by design, see gtkitemfactory.h). -# Also no -Werror for now since not all warnings have been solved yet. FIXME. -AM_CFLAGS = @WARNING_CFLAGS@ \ +AM_CFLAGS = @WARNING_CFLAGS@ @ERROR_CFLAGS@ \ @GTK_CFLAGS@ @CAIRO_CFLAGS@ @PANGOFT2_CFLAGS@ |