summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2013-03-16 13:12:34 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2013-03-16 13:12:34 +0000
commit34fed8034982506e13ac49c4203ed63e019315c6 (patch)
tree3862c93df6d98b8a7e2348ac490247430541f311 /src
parentWarning cleanup (diff)
downloadinkscape-34fed8034982506e13ac49c4203ed63e019315c6.tar.gz
inkscape-34fed8034982506e13ac49c4203ed63e019315c6.zip
Suppress non-critical compiler warnings for GDL. We are dropping our fork eventually, so let's keep it frozen if possible.
(bzr r12212)
Diffstat (limited to 'src')
-rw-r--r--src/libgdl/Makefile_insert6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libgdl/Makefile_insert b/src/libgdl/Makefile_insert
index 3f5228a20..d7892e334 100644
--- a/src/libgdl/Makefile_insert
+++ b/src/libgdl/Makefile_insert
@@ -44,6 +44,12 @@ libgdl/all: libgdl/libgdl.a
libgdl/clean:
rm -f libgdl/libgdl.a $(libgdl_gdl_a_OBJECTS)
+# Suppress some non-critical warnings for libgdl. We will drop our forked copy
+# of GDL once we upgrade to Gtk+ 3 so it's more important to minimise the number
+# of changes we make to GDL than to fix these minor issues in trunk.
+
+libgdl_libgdl_a_CFLAGS = -Wno-unused-parameter -Wno-sign-compare -Wno-unused-variable -Wno-unused-but-set-variable $(AM_CFLAGS)
+
libgdl_libgdl_a_SOURCES = \
libgdl/gdl-dock-object.h \
libgdl/gdl-dock-master.h \