summary refs log tree commit diff stats
path: root/hw/rdma/rdma_utils.c
diff options
context:
space:
mode:
authorMarcel Apfelbaum <marcel.apfelbaum@gmail.com>2019-02-14 17:40:53 +0200
committerMarcel Apfelbaum <marcel.apfelbaum@gmail.com>2019-03-16 15:52:44 +0200
commit59f911938fbaa6a5eff1146c8a4d74e1c55ecc2b (patch)
treea1f17ecb768b917bfe122cec8dbed4b1b03b7171 /hw/rdma/rdma_utils.c
parentdb8b88bf2cb5fc6bae421eb0be488e0047008438 (diff)
downloadfocaccia-qemu-59f911938fbaa6a5eff1146c8a4d74e1c55ecc2b.tar.gz
focaccia-qemu-59f911938fbaa6a5eff1146c8a4d74e1c55ecc2b.zip
hw/rdma: another clang compilation fix
Configuring QEMU with:
   configure --target-list="x86_64-softmmu" --cc=clang --enable-pvrdma
Results in:
   qemu/hw/rdma/rdma_rm_defs.h:108:3: error: redefinition of typedef 'RdmaDeviceResources' is a C11 feature [-Werror,-Wtypedef-redefinition]
   } RdmaDeviceResources;
     ^
   qemu/hw/rdma/rdma_backend_defs.h:24:36: note: previous definition is here
   typedef struct RdmaDeviceResources RdmaDeviceResources;

Fix by removing one of the 'typedef' definitions.

Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Message-Id: <20190214154053.15050-1-marcel.apfelbaum@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Kamal Heib <kamalheib1@gmail.com>
Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Diffstat (limited to 'hw/rdma/rdma_utils.c')
0 files changed, 0 insertions, 0 deletions