summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Bachelot <xavier@bachelot.org>2016-09-24 12:37:51 +0200
committerXavier Bachelot <xavier@bachelot.org>2017-03-09 02:51:58 +0100
commitc6a1e9d56663cd5a4328fce18411cc0d5f7d2537 (patch)
tree26b6e2f5055e25bb828d4cbb77f7530bfa0694b7
parent4fb356b28082d8a8e4793adef2a349f76cb49eb5 (diff)
Disable unused-function warningsfix_warnings
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9b13f65..2aa8b58 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -29,7 +29,7 @@ SUBDIRS = xvmc
BUILT_SOURCES = version.h
EXTRA_DIST = version.h
CONFIG_CLEAN_FILES= version.h
-AM_CFLAGS = @XORG_CFLAGS@ @LIBUDEV_CFLAGS@ @DRI_CFLAGS@ -Wall
+AM_CFLAGS = @XORG_CFLAGS@ @LIBUDEV_CFLAGS@ @DRI_CFLAGS@ -Wall -Wno-unused-function
openchrome_drv_la_LTLIBRARIES = openchrome_drv.la
openchrome_drv_la_LDFLAGS = -module -avoid-version @LIBUDEV_LIBS@
openchrome_drv_ladir = @moduledir@/drivers