Browse Source
The flag is not recognized by some CLANG versions. Add proper constraints in code instead. Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com> Tested-by: Cornelia Huck <cohuck@redhat.com> Message-Id: <20190118124614.24548-2-marcel.apfelbaum@gmail.com> Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>pull/78/head
2 changed files with 5 additions and 3 deletions
@ -1,4 +1,4 @@ |
|||
ifdef CONFIG_PVRDMA |
|||
CFLAGS += -libumad -Wno-format-truncation |
|||
CFLAGS += -libumad |
|||
rdmacm-mux-obj-y = main.o |
|||
endif |
|||
|
|||
Loading…
Reference in new issue