tests: use G_GNUC_UNUSED

Use G_GNUC_UNUSED from GLib instead of ATTRIBUTE_UNUSED.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Ján Tomko
2019-10-14 14:45:03 +02:00
parent 7c655468e8
commit 0d94f02455
76 changed files with 419 additions and 419 deletions

View File

@@ -36,7 +36,7 @@ struct testInfo {
# define VIR_FROM_THIS VIR_FROM_NONE
static int
testKModConfig(const void *args ATTRIBUTE_UNUSED)
testKModConfig(const void *args G_GNUC_UNUSED)
{
int ret = -1;
char *outbuf = NULL;