diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/libgdl/Makefile_insert | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libgdl/Makefile_insert b/src/libgdl/Makefile_insert index d7892e334..e92223f0b 100644 --- a/src/libgdl/Makefile_insert +++ b/src/libgdl/Makefile_insert @@ -44,11 +44,13 @@ libgdl/all: libgdl/libgdl.a libgdl/clean: rm -f libgdl/libgdl.a $(libgdl_gdl_a_OBJECTS) +if CC_W_NO_SUPPORTED # 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) +endif libgdl_libgdl_a_SOURCES = \ libgdl/gdl-dock-object.h \ |
