Displaying 2 results from an estimated 2 matches for "cxsparse".
Did you mean:
csparse
2016 Jan 20
1
Bug#811936: blktap: FTBFS with GCC 6: defined but not used
...unused-const-variable]
> static const char VHD_BATMAP_COOKIE[9] = "tdbatmap";
> ^~~~~~~~~~~~~~~~~
>
> ../../include/vhd.h:148:19: error: 'DD_COOKIE' defined but not used [-Werror=unused-const-variable]
> static const char DD_COOKIE[9] = "cxsparse";
> ^~~~~~~~~
>
> ../../include/vhd.h:70:19: error: 'HD_COOKIE' defined but not used [-Werror=unused-const-variable]
> static const char HD_COOKIE[9] = "conectix";
> ^~~~~~~~~
>
> In file included from ../../incl...
2013 Apr 19
8
[PATCH 0 of 8] blktap3/libvhd: Introduce VHD library.
This patch series introduces the VHD library. It is based on the blktap2 one,
with changes coming from the blktap2.5 one.
Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>