mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-26 14:18:36 +00:00
We never change 'evol' value, and this is currently causing issues with gcc 7.1.1: quic.c is checking at compile-time that 'evol' is 1, 3 or 5. This is a constant, so a static check should be good, but the compiler (gcc 7.1.1) is unable to know 'evol' value at compile-time. Since the removal of spice_static_assert in favour of SPICE_VERIFY, this causes a compile-time failure. Signed-off-by: Christophe Fergeau <cfergeau@redhat.com> |
||
|---|---|---|
| build-aux | ||
| common | ||
| docs | ||
| m4 | ||
| python_modules | ||
| tests | ||
| .gitmodules | ||
| autogen.sh | ||
| configure.ac | ||
| COPYING | ||
| git.mk | ||
| Makefile.am | ||
| spice1.proto | ||
| spice_codegen.py | ||
| spice.proto | ||