diff options
author | Ryan Lortie <desrt@desrt.ca> | 2011-11-21 16:17:38 -0500 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2011-11-21 16:17:38 -0500 |
commit | 1760e88574854d43576cfd10553e0305621dede4 (patch) | |
tree | 744d4873f5a760ed3124aee3e3cf6717b1991592 /bin | |
parent | 094151937b8f4b22a9a1347d3c875c4ce8841db2 (diff) | |
download | dconf-1760e88574854d43576cfd10553e0305621dede4.tar.gz |
Silence some harmless warnings from vala code
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am index 1c5fe2d..5e41e71 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -1,5 +1,5 @@ AM_CFLAGS = -std=c89 -Wall -Wmissing-prototypes -Wwrite-strings -CFLAGS += -Wno-error +CFLAGS += -Wno-error -Wno-unused-but-set-variable -Wno-unused-variable INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/engine -I$(top_srcdir)/client -I$(top_srcdir)/gvdb $(gio_CFLAGS) bin_PROGRAMS = dconf |