Silence warnings

This commit is contained in:
Chris Lee
2018-12-31 18:23:41 +01:00
parent c76f056746
commit 15d2570a3e
7 changed files with 28 additions and 11 deletions

3
packaging/configure vendored
View File

@@ -510,7 +510,8 @@ tint2conf.cflags += ['-DTINT2CONF',
'-DINSTALL_PREFIX=\\"{}\\"'.format(prefix),
'-DLOCALEDIR=\\"{}\\"'.format(localedir),
'-DGETTEXT_PACKAGE=\\"tint2conf\\"',
'-DHAVE_VERSION_H']
'-DHAVE_VERSION_H',
'-Wno-shadow']
tint2conf.sources = ['src/util/bt.c',
'src/util/common.c',