1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-11-26 16:26:02 +03:00

src: replace verify(expr) with G_STATIC_ASSERT(expr)

G_STATIC_ASSERT() is a drop-in functional equivalent of
the GNULIB verify() macro.

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé
2020-01-09 10:39:55 +00:00
parent 7b9645a7d1
commit fa434739a0
36 changed files with 69 additions and 80 deletions

View File

@@ -22,7 +22,6 @@
#include <errno.h>
#include <limits.h>
#include <verify.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>