From 6d05396b0047c74d740c53156eda1a8574403498 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Tue, 24 Feb 2015 01:26:13 +0100 Subject: r600g,radeonsi: add a driver query returning GPU load Reviewed-by: Alex Deucher --- src/gallium/drivers/radeon/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gallium/drivers/radeon/Makefile.am') diff --git a/src/gallium/drivers/radeon/Makefile.am b/src/gallium/drivers/radeon/Makefile.am index ef6b999dd43..13d8976de95 100644 --- a/src/gallium/drivers/radeon/Makefile.am +++ b/src/gallium/drivers/radeon/Makefile.am @@ -4,7 +4,9 @@ include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ $(GALLIUM_DRIVER_CFLAGS) \ - $(RADEON_CFLAGS) + $(RADEON_CFLAGS) \ + -Wstrict-overflow=0 +# ^^ disable warnings about overflows (os_time_timeout) noinst_LTLIBRARIES = libradeon.la -- cgit v1.2.3