projects
/
profile
/
extras
/
intel-gpu-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ffe6b0
)
i-g-t: silence -Winline
author
Ben Widawsky
<ben@bwidawsk.net>
Sun, 15 Jan 2012 21:41:42 +0000
(13:41 -0800)
committer
Ben Widawsky
<ben@bwidawsk.net>
Thu, 26 Jan 2012 05:01:55 +0000
(21:01 -0800)
In this case, the code already has a comment about the problem. We don't
need to flood the build with this less than useful message.
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
lib/intel_batchbuffer.h
patch
|
blob
|
history
diff --git
a/lib/intel_batchbuffer.h
b/lib/intel_batchbuffer.h
index
4b0ae42
..
4dffda7
100644
(file)
--- a/
lib/intel_batchbuffer.h
+++ b/
lib/intel_batchbuffer.h
@@
-43,6
+43,7
@@
void intel_batchbuffer_emit_reloc(struct intel_batchbuffer *batch,
* be passed as structs rather than dwords, but that's a little bit of
* work...
*/
+#pragma GCC diagnostic ignored "-Winline"
static inline int
intel_batchbuffer_space(struct intel_batchbuffer *batch)
{