Hi:
I tried to cross-compile spice as follow:tools: MingW64system:Fedora 30,31target binary: windows "spicy.exe"source code: spice-gtk-0.35gtk version: mingw64-libgtk-3.22,coming from fedora repoEverything works well,but spicy.exe top level window can not full s
Hi Dmitry,
On 2/18/20 9:27 PM, Dmitry Sepp wrote:
> Hi all,
>
> This is a v4l2 virtio video driver for the virtio-video device
> specification v3 [1].
>
> The first version of the driver was introduced here [2].
>
> Changes v1 -> v2:
> * support the v3 spec (mostly)
> * add a module parameter t
Hi,
Thanks for the ping on IRC.
On 9/17/19 7:23 PM, Jeremy White wrote:
gcc 4.x warns if you use a { 0 } initialization construct
for a structure with an initial member that is also a struct.
The { } construct is simpler and appears to work on a wider
range of gcc versions.
On my Fedora 31,
Hi,
I'm afraid that does not help on the gcc 4.8.5 on RHEL 7.X, particularly
with structures that contain other structures.
gcc -Wall -DTHREE -o /dev/null -c test.c
test.c: In function ‘handle_sigterm’:
test.c:12:12: warning: missing braces around initializer [-Wmissing-braces]
struct sig