mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-23 07:46:15 +00:00
i-g-t: silence -Winline
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>
This commit is contained in:
parent
1ffe6b0ee8
commit
802bd74c5f
@ -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
|
* be passed as structs rather than dwords, but that's a little bit of
|
||||||
* work...
|
* work...
|
||||||
*/
|
*/
|
||||||
|
#pragma GCC diagnostic ignored "-Winline"
|
||||||
static inline int
|
static inline int
|
||||||
intel_batchbuffer_space(struct intel_batchbuffer *batch)
|
intel_batchbuffer_space(struct intel_batchbuffer *batch)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user