diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-09-04 06:09:36 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-09-04 07:20:49 -0300 |
commit | c12d860bd3162706d7a39f37887826063680c04d (patch) | |
tree | 889f8cc9677b9731a00cbe17de2e7d605ea8f960 /Makefile.in | |
parent | 16c8f03b7cd32dd040af1771411c9a906af94fe8 (diff) |
Enable warnings when building Camorama
There are lots of warnings that are disabled when building
camorama. Enable them, as they may show real bugs.
Yet, as we still have lots of such warnings, don't
threat warnings as errors.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index a08d6b1..9fde4fa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -307,6 +307,8 @@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ +WARN_LDFLAGS = @WARN_LDFLAGS@ +WARN_SCANNERFLAGS = @WARN_SCANNERFLAGS@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ |